forked from boostorg/conversion
BOOST_NO_STD_WSTRING
[SVN r17872]
This commit is contained in:
@@ -88,6 +88,7 @@ namespace boost
|
|||||||
typedef wchar_t type;
|
typedef wchar_t type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef BOOST_NO_STD_WSTRING
|
||||||
template<>
|
template<>
|
||||||
struct stream_char<std::wstring>
|
struct stream_char<std::wstring>
|
||||||
{
|
{
|
||||||
@@ -95,6 +96,8 @@ namespace boost
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
template<typename TargetChar, typename SourceChar>
|
template<typename TargetChar, typename SourceChar>
|
||||||
struct widest_char
|
struct widest_char
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user