diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-12 00:21:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-12 00:21:21 +0200 |
| commit | cf226d33969cf33b9bf85f9d002d3abbeb6d1db9 (patch) | |
| tree | 43650cc79a566b99065afd25572c96f05fbbb434 /src/cxml.h | |
| parent | c51e7a03270d232d0e8c50e86377d8ce99df8fd2 (diff) | |
Use noexcept and override.v0.17.1
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ public: /** @return error message. Caller must not free the returned * value. */ - char const * what () const throw () { + char const * what () const noexcept override { return _message.c_str (); } |
