$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52411 - trunk/boost/detail
From: bdawes_at_[hidden]
Date: 2009-04-15 22:12:14
Author: bemandawes
Date: 2009-04-15 22:12:14 EDT (Wed, 15 Apr 2009)
New Revision: 52411
URL: http://svn.boost.org/trac/boost/changeset/52411
Log:
Yet another attempt to fix #2687
Text files modified:
trunk/boost/detail/utf8_codecvt_facet.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/detail/utf8_codecvt_facet.hpp
==============================================================================
--- trunk/boost/detail/utf8_codecvt_facet.hpp (original)
+++ trunk/boost/detail/utf8_codecvt_facet.hpp 2009-04-15 22:12:14 EDT (Wed, 15 Apr 2009)
@@ -87,7 +87,6 @@
#if defined(BOOST_NO_STDC_NAMESPACE)
namespace std {
- using ::codecvt;
using ::mbstate_t;
using ::size_t;
}