$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-01-10 14:00:00
Author: turkanis
Date: 2008-01-10 14:00:00 EST (Thu, 10 Jan 2008)
New Revision: 42659
URL: http://svn.boost.org/trac/boost/changeset/42659
Log:
fix for intel-darwin
Text files modified: 
   branches/iostreams_dev/boost/iostreams/detail/config/codecvt.hpp |     3 ++-                                     
   1 files changed, 2 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-10 14:00:00 EST (Thu, 10 Jan 2008)
@@ -41,7 +41,8 @@
 //------------------Normalize codecvt::length---------------------------------//
 
 #if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) && \
-    (!defined(BOOST_RWSTD_VER) || BOOST_RWSTD_VER < 0x04010300)
+    (!defined(BOOST_RWSTD_VER) || BOOST_RWSTD_VER < 0x04010300) && \
+    (!defined(__MACH__) || !defined(__INTEL_COMPILER))
     /**/
 # define BOOST_IOSTREAMS_CODECVT_CV_QUALIFIER const
 #else