mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-03 14:34:33 +02:00
BOOST_NO_STD_WSTRING
[SVN r17872]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user