From 7c911e570ffb3878c6487587e4492a8c1ceacbe0 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Sat, 14 Jun 2008 17:46:41 +0000 Subject: [PATCH] modification to correct error detected on stdxxx tests [SVN r46392] --- include/boost/detail/utf8_codecvt_facet.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/boost/detail/utf8_codecvt_facet.hpp b/include/boost/detail/utf8_codecvt_facet.hpp index ac7e7bf..a8bedc2 100644 --- a/include/boost/detail/utf8_codecvt_facet.hpp +++ b/include/boost/detail/utf8_codecvt_facet.hpp @@ -79,10 +79,8 @@ // specialized on those types for this to work. #include -// for mbstate_t -#include -// for std::size_t -#include +#include // for mbstate_t +#include // for std::size_t #include #include