From a0cc53cc52f7d0f4eae896a932772cb9c673d3fa Mon Sep 17 00:00:00 2001 From: bemandawes Date: Thu, 16 Apr 2009 02:12:14 +0000 Subject: [PATCH] Yet another attempt to fix #2687 git-svn-id: https://svn.boost.org/svn/boost/trunk@52411 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- boost/detail/utf8_codecvt_facet.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/boost/detail/utf8_codecvt_facet.hpp b/boost/detail/utf8_codecvt_facet.hpp index e167c98ac7..b777ff934e 100644 --- a/boost/detail/utf8_codecvt_facet.hpp +++ b/boost/detail/utf8_codecvt_facet.hpp @@ -87,7 +87,6 @@ #if defined(BOOST_NO_STDC_NAMESPACE) namespace std { - using ::codecvt; using ::mbstate_t; using ::size_t; } -- 2.11.4.GIT