From 6caa4f2698667dd11bf451e125a20716f4270300 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] --- .../boost/detail/utf8_codecvt_facet.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename utf8_codecvt_facet.cpp => include/boost/detail/utf8_codecvt_facet.ipp (99%) diff --git a/utf8_codecvt_facet.cpp b/include/boost/detail/utf8_codecvt_facet.ipp similarity index 99% rename from utf8_codecvt_facet.cpp rename to include/boost/detail/utf8_codecvt_facet.ipp index 7ea5eeb..064fdaf 100644 --- a/utf8_codecvt_facet.cpp +++ b/include/boost/detail/utf8_codecvt_facet.ipp @@ -1,5 +1,5 @@ /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 -// utf8_codecvt_facet.cpp +// utf8_codecvt_facet.ipp // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu) // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu).