Fix exception specification and msvc warning push/pop.

This commit is contained in:
jzmaddock
2020-01-21 10:14:37 +00:00
parent 2cd947f7c4
commit f64c22870f
3 changed files with 14 additions and 21 deletions

View File

@ -72,7 +72,7 @@ regex_error::regex_error(regex_constants::error_type err)
{
}
regex_error::~regex_error() BOOST_NOEXCEPT
regex_error::~regex_error() BOOST_NOEXCEPT_OR_NOTHROW
{
}