Add error_code throws

[SVN r48577]
This commit is contained in:
Beman Dawes
2008-09-04 17:36:56 +00:00
parent a97517585c
commit d6446d1cfb
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -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,