Update of /cvsroot/boost/boost/boost/archive
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4474
Modified Files:
codecvt_null.hpp
Log Message:
mbstate_t for rogue wave
Index: codecvt_null.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/archive/codecvt_null.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- codecvt_null.hpp 28 Sep 2006 16:31:49 -0000 1.15
+++ codecvt_null.hpp 16 Jul 2007 16:19:46 -0000 1.16
@@ -25,14 +25,16 @@
#if defined(__LIBCOMO__)
using ::mbstate_t;
#elif defined(__QNXNTO__)
- using std::mbstate_t;
+ //using std::mbstate_t;
#elif defined(BOOST_DINKUMWARE_STDLIB) && BOOST_DINKUMWARE_STDLIB == 1
using ::mbstate_t;
#elif defined(__SGI_STL_PORT)
#elif defined(BOOST_NO_STDC_NAMESPACE)
using ::codecvt;
using ::mbstate_t;
- #endif
+ #elif defined(BOOST_RWSTD_VER)
+ using ::mbstate_t;
+ #endif
} // namespace std
namespace boost {
-------------------------------------------------------------------------
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