Update of /cvsroot/boost/boost/libs/system/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20653
Modified Files:
Tag: c++0x
error_code.cpp
Log Message:
fix wstring boo boo on POSIX
Index: error_code.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/system/src/error_code.cpp,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -d -r1.8.2.2 -r1.8.2.3
--- error_code.cpp 18 Jun 2007 20:01:47 -0000 1.8.2.2
+++ error_code.cpp 18 Jun 2007 20:16:25 -0000 1.8.2.3
@@ -337,7 +337,7 @@
return posix_category.message( ev );
}
- wstring_t native_error_category::wmessage( boost::int_least32_t ev ) const
+ wstring_t_workaround native_error_category::wmessage( boost::int_least32_t
ev ) const
{
return posix_category.wmessage( ev );
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs