mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 21:23:54 +00:00
Disable the tn_holder<wchar_t> specialization when BOOST_NO_INTRINSIC_WCHAR_T. Refs #173.
This commit is contained in:
parent
a77338b1cd
commit
3f36d507f2
@ -346,6 +346,8 @@ template<> struct tn_holder<boost::uint128_type>
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(BOOST_NO_INTRINSIC_WCHAR_T)
|
||||||
|
|
||||||
template<> struct tn_holder<wchar_t>
|
template<> struct tn_holder<wchar_t>
|
||||||
{
|
{
|
||||||
static std::string type_name( std::string const& suffix )
|
static std::string type_name( std::string const& suffix )
|
||||||
@ -354,6 +356,8 @@ template<> struct tn_holder<wchar_t>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(BOOST_NO_CXX11_CHAR16_T)
|
#if !defined(BOOST_NO_CXX11_CHAR16_T)
|
||||||
|
|
||||||
template<> struct tn_holder<char16_t>
|
template<> struct tn_holder<char16_t>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user