From c636331d152bb391e0c78ca59a615db4e444c6de Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Wed, 9 Feb 2005 01:10:21 +0000 Subject: [PATCH] reformatting [SVN r27265] --- test/detail/null_padded_codecvt.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/detail/null_padded_codecvt.hpp b/test/detail/null_padded_codecvt.hpp index d99989a..51dc066 100755 --- a/test/detail/null_padded_codecvt.hpp +++ b/test/detail/null_padded_codecvt.hpp @@ -48,7 +48,7 @@ private: } } } -BOOST_IOSTREAMS_CODECVT_SPEC(::boost::iostreams::test::null_padded_codecvt_state) +BOOST_IOSTREAMS_CODECVT_SPEC(boost::iostreams::test::null_padded_codecvt_state) namespace boost { namespace iostreams { namespace test { @@ -60,7 +60,9 @@ namespace boost { namespace iostreams { namespace test { // as each character is consumed until its value reaches 0 again. // class null_padded_codecvt - : public iostreams::detail::codecvt_helper + : public iostreams::detail::codecvt_helper< + wchar_t, char, null_padded_codecvt_state + > { public: typedef null_padded_codecvt_state state_type;