mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 03:22:24 +00:00
reformatted
[SVN r27199]
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
|
||||
namespace boost { namespace iostreams {
|
||||
|
||||
BOOST_IOSTREAMS_DEFINE_FILTER_STREAM( converting_stream,
|
||||
boost::iostreams::detail::converting_chain,
|
||||
wchar_t )
|
||||
BOOST_IOSTREAMS_DEFINE_FILTER_STREAM(
|
||||
converting_stream, detail::converting_chain, wchar_t
|
||||
)
|
||||
|
||||
} } // End namespace iostreams, boost
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
namespace boost { namespace iostreams {
|
||||
|
||||
BOOST_IOSTREAMS_DEFINE_FILTER_STREAMBUF( converting_streambuf,
|
||||
boost::iostreams::detail::converting_chain,
|
||||
wchar_t )
|
||||
BOOST_IOSTREAMS_DEFINE_FILTER_STREAMBUF(
|
||||
converting_streambuf, detail::converting_chain, wchar_t
|
||||
)
|
||||
|
||||
} } // End namespace iostreams, boost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user