Update of /cvsroot/boost/boost/boost/iostreams
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13944/boost/iostreams

Modified Files:
        positioning.hpp 
Log Message:
placed ::fpos_t into namespace std when necessary

Index: positioning.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/iostreams/positioning.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- positioning.hpp     23 Apr 2006 21:59:03 -0000      1.9
+++ positioning.hpp     20 Jul 2006 05:53:53 -0000      1.10
@@ -14,6 +14,7 @@
 # pragma once
 #endif
 
+#include <boost/config.hpp>
 #include <boost/cstdint.hpp>
 #include <boost/integer_traits.hpp>
 #include <boost/iostreams/detail/config/codecvt.hpp> // mbstate_t.
@@ -22,6 +23,10 @@
 // Must come last.
 #include <boost/iostreams/detail/config/disable_warnings.hpp> 
 
+#ifdef BOOST_NO_STDC_NAMESPACE
+namespace std { using ::fpos_t; }
+#endif
+
 namespace boost { namespace iostreams {
 
 typedef boost::intmax_t stream_offset;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to