mirror of
https://github.com/boostorg/system.git
synced 2025-10-06 04:31:04 +02:00
Remove uses of BOOST_NOEXCEPT
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user