forked from boostorg/conversion
Added missing const modifier
[SVN r80374]
This commit is contained in:
@@ -113,7 +113,7 @@ namespace boost
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef BOOST_NO_NOEXCEPT
|
#ifndef BOOST_NO_NOEXCEPT
|
||||||
virtual const char *what() noexcept
|
virtual const char *what() const noexcept
|
||||||
#else
|
#else
|
||||||
virtual const char *what() const throw()
|
virtual const char *what() const throw()
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user