From e60403e17c82c8953dfec94fbe90577aaa161bfd Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 21 Apr 2012 22:36:59 +0000 Subject: [PATCH] =?UTF-8?q?Summary:=20Moved=20libs/detail/utf8=5Fcodecvt?= =?UTF-8?q?=5Ffacet.cpp=20to=20boost/detail/utf=C3=A2=C2=80=C2=A6=C3=A2?= =?UTF-8?q?=C2=80=C2=A68=5Fcodecvt=5Ffacet.ipp=20Author:=20Dave=20Abrahams?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [SVN r78119] --- v3/src/utf8_codecvt_facet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/src/utf8_codecvt_facet.cpp b/v3/src/utf8_codecvt_facet.cpp index ed0b422..8a5af1e 100644 --- a/v3/src/utf8_codecvt_facet.cpp +++ b/v3/src/utf8_codecvt_facet.cpp @@ -20,7 +20,7 @@ #define BOOST_UTF8_END_NAMESPACE }}} #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL -#include "libs/detail/utf8_codecvt_facet.cpp" +#include #undef BOOST_UTF8_BEGIN_NAMESPACE #undef BOOST_UTF8_END_NAMESPACE