forked from boostorg/regex
Merge pull request #206 from boostorg/remove_nothrow
Remove throw() specification.
This commit is contained in:
@ -488,7 +488,7 @@ public:
|
|||||||
}
|
}
|
||||||
//
|
//
|
||||||
// swap:
|
// swap:
|
||||||
void swap(basic_regex& that)throw()
|
void swap(basic_regex& that)noexcept
|
||||||
{
|
{
|
||||||
m_pimpl.swap(that.m_pimpl);
|
m_pimpl.swap(that.m_pimpl);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user