BOOST_NO_STD_WSTRING

[SVN r17872]
This commit is contained in:
Beman Dawes
2003-03-13 00:36:13 +00:00
parent 027afb3a87
commit 1b796221b4

View File

@@ -88,6 +88,7 @@ namespace boost
typedef wchar_t type;
};
#ifndef BOOST_NO_STD_WSTRING
template<>
struct stream_char<std::wstring>
{
@@ -95,6 +96,8 @@ namespace boost
};
#endif
#endif
template<typename TargetChar, typename SourceChar>
struct widest_char
{