$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81616 - trunk/boost/detail
From: marshall_at_[hidden]
Date: 2012-11-28 14:12:42
Author: marshall
Date: 2012-11-28 14:12:42 EST (Wed, 28 Nov 2012)
New Revision: 81616
URL: http://svn.boost.org/trac/boost/changeset/81616
Log:
Fixed incorrect 'const' param for utf8_codecvt_facet::do_length
Text files modified: 
   trunk/boost/detail/utf8_codecvt_facet.hpp |     3 +--                                     
   1 files changed, 1 insertions(+), 2 deletions(-)
Modified: trunk/boost/detail/utf8_codecvt_facet.hpp
==============================================================================
--- trunk/boost/detail/utf8_codecvt_facet.hpp	(original)
+++ trunk/boost/detail/utf8_codecvt_facet.hpp	2012-11-28 14:12:42 EST (Wed, 28 Nov 2012)
@@ -92,8 +92,7 @@
 }
 #endif
 
-#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) \
-    && !defined(_LIBCPP_VERSION)
+#if defined(_MSC_VER) && (_MSC_VER < 1700)
     #define BOOST_CODECVT_DO_LENGTH_CONST const
 #else
     #define BOOST_CODECVT_DO_LENGTH_CONST