Compare commits

..

2 Commits

Author SHA1 Message Date
jzmaddock ecd5c207cf Remove throw() specification. 2024-03-24 16:45:43 +00:00
jzmaddock 4ca037c559 Merge pull request #205 from boostorg/remove_03
Remove outdated C++03 code.
2024-03-24 16:29:52 +00:00
+1 -1
View File
@@ -488,7 +488,7 @@ public:
}
//
// swap:
void swap(basic_regex& that)throw()
void swap(basic_regex& that)noexcept
{
m_pimpl.swap(that.m_pimpl);
}