forked from boostorg/system
Add error_code throws
[SVN r48577]
This commit is contained in:
@@ -382,6 +382,9 @@ namespace boost
|
||||
|
||||
};
|
||||
|
||||
// predefined error_code object used as "throw on error" tag
|
||||
BOOST_SYSTEM_DECL extern error_code throws;
|
||||
|
||||
// non-member functions ------------------------------------------------//
|
||||
|
||||
inline bool operator!=( const error_code & lhs,
|
||||
|
||||
Reference in New Issue
Block a user