mirror of
https://github.com/boostorg/conversion.git
synced 2026-01-19 04:02:18 +00:00
Added missing const modifier
[SVN r80374]
This commit is contained in:
@@ -113,7 +113,7 @@ namespace boost
|
||||
}
|
||||
|
||||
#ifndef BOOST_NO_NOEXCEPT
|
||||
virtual const char *what() noexcept
|
||||
virtual const char *what() const noexcept
|
||||
#else
|
||||
virtual const char *what() const throw()
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user