Update of /cvsroot/boost/boost/libs/system/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14741

Modified Files:
      Tag: c++0x
        error_code.cpp 
Log Message:
Fix POSIX system_error_category name

Index: error_code.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/system/src/error_code.cpp,v
retrieving revision 1.8.2.6
retrieving revision 1.8.2.7
diff -u -d -r1.8.2.6 -r1.8.2.7
--- error_code.cpp      30 Jul 2007 02:03:39 -0000      1.8.2.6
+++ error_code.cpp      31 Jul 2007 01:17:21 -0000      1.8.2.7
@@ -316,7 +316,7 @@
 
 # if !defined( BOOST_WINDOWS_API )
 
-  std::string native_error_category::message( boost::int_least32_t ev ) const
+  std::string system_error_category::message( boost::int_least32_t ev ) const
   {
     return posix_category.message( ev );
   }


-------------------------------------------------------------------------
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

Reply via email to