forked from boostorg/regex
Fix exception specification and msvc warning push/pop.
This commit is contained in:
@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user