Added missing const modifier

[SVN r80374]
This commit is contained in:
Antony Polukhin
2012-09-03 17:06:40 +00:00
parent d08477900d
commit c290a26625

View File

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