System: move throws function to namespace boost to allow peaceful coexistence with throws object.

[SVN r50727]
This commit is contained in:
Beman Dawes
2009-01-22 14:47:50 +00:00
parent 5bc362e4f3
commit f1cdde273a
2 changed files with 22 additions and 10 deletions

View File

@@ -411,7 +411,7 @@ namespace boost
namespace system
{
# ifndef BOOST_SYSTEM_THROWS_FUNCTION
# ifndef BOOST_SYSTEM_NO_DEPRECATED
BOOST_SYSTEM_DECL error_code throws; // "throw on error" special error_code;
// note that it doesn't matter if this
// isn't initialized before use since