Remove uses of BOOST_NOEXCEPT

This commit is contained in:
Peter Dimov
2024-01-17 07:14:05 +02:00
parent 128fd9341f
commit abbfd46517
25 changed files with 152 additions and 152 deletions

View File

@@ -13,7 +13,7 @@ class my_category_impl: public std::error_category
{
public:
char const* name() const BOOST_NOEXCEPT
char const* name() const noexcept
{
return "mycat";
}