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
|
||||
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