mirror of
https://github.com/boostorg/system.git
synced 2026-01-25 08:32:21 +01:00
Remove uses of BOOST_NOEXCEPT
This commit is contained in:
@@ -21,7 +21,7 @@ class user_category: public sys::error_category
|
||||
{
|
||||
public:
|
||||
|
||||
virtual const char * name() const BOOST_NOEXCEPT
|
||||
virtual const char * name() const noexcept
|
||||
{
|
||||
return "user";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user