Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-01-04 20:49:22


Author: turkanis
Date: 2008-01-04 20:49:22 EST (Fri, 04 Jan 2008)
New Revision: 42466
URL: http://svn.boost.org/trac/boost/changeset/42466

Log:
do_length() has a non-standard signature for (at least) recent versions of the RogueWave/Apache standard library
Text files modified:
   branches/iostreams_dev/boost/iostreams/detail/config/codecvt.hpp | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/boost/iostreams/detail/config/codecvt.hpp
==============================================================================
--- branches/iostreams_dev/boost/iostreams/detail/config/codecvt.hpp (original)
+++ branches/iostreams_dev/boost/iostreams/detail/config/codecvt.hpp 2008-01-04 20:49:22 EST (Fri, 04 Jan 2008)
@@ -40,7 +40,9 @@
 
 //------------------Normalize codecvt::length---------------------------------//
 
-#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)
+#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) && \
+ (!defined(BOOST_RWSTD_VER) || BOOST_RWSTD_VER < 0x04010300)
+ /**/
 # define BOOST_IOSTREAMS_CODECVT_CV_QUALIFIER const
 #else
 # define BOOST_IOSTREAMS_CODECVT_CV_QUALIFIER


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk