mirror of
https://github.com/boostorg/regex.git
synced 2025-07-27 02:57:32 +02:00
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