Update of /cvsroot/boost/boost/boost/iostreams
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14709/boost/iostreams
Modified Files:
Tag: RC_1_34_0
positioning.hpp
Log Message:
merged from trunk to branch
Index: positioning.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/iostreams/positioning.hpp,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- positioning.hpp 23 Apr 2006 22:00:35 -0000 1.8.2.1
+++ positioning.hpp 20 Jul 2006 05:55:29 -0000 1.8.2.2
@@ -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