Remove throw() specification.

This commit is contained in:
jzmaddock
2024-03-24 16:45:43 +00:00
parent 4ca037c559
commit ecd5c207cf

View File

@ -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);
} }