Update of /cvsroot/boost/boost/boost/system
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3053
Modified Files:
Tag: c++0x
error_code.hpp
Log Message:
Correct comments, include guards
Index: error_code.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/system/error_code.hpp,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -u -d -r1.2.2.7 -r1.2.2.8
--- error_code.hpp 30 Jul 2007 02:04:24 -0000 1.2.2.7
+++ error_code.hpp 30 Jul 2007 13:41:25 -0000 1.2.2.8
@@ -1,14 +1,14 @@
// boost/system/error_code.hpp
---------------------------------------------//
-// Copyright Beman Dawes 2006
+// Copyright Beman Dawes 2006, 2007
// Distributed under the Boost Software License, Version 1.0. (See
accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-// See library home page at http://www.boost.org/libs/filesystem
+// See library home page at http://www.boost.org/libs/system
-#ifndef BOOST_SYSTEM_ERROR_CODE_HPP
-#define BOOST_SYSTEM_ERROR_CODE_HPP
+#ifndef BOOST_ERROR_CODE_HPP
+#define BOOST_ERROR_CODE_HPP
#include <boost/system/config.hpp>
#include <boost/cstdint.hpp>
@@ -19,8 +19,8 @@
#include <string>
#include <stdexcept>
-#include <boost/cerrno.hpp> // we don't like doing this, but it appears
- // unavoidable to portably implement posix_errno.
+// TODO: undef these macros if no already defined
+#include <boost/cerrno.hpp>
#include <boost/config/abi_prefix.hpp> // must be the last #include
@@ -252,6 +252,6 @@
#include <boost/config/abi_suffix.hpp> // pops abi_prefix.hpp pragmas
-#endif // BOOST_SYSTEM_ERROR_CODE_HPP
+#endif // BOOST_ERROR_CODE_HPP
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs