forked from boostorg/config
Merge pull request #206 from danieljames/feature/deprecated-macros
Update deprecated macros
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
|
||||||
# if defined(BOOST_NO_CHAR16_T) && (!defined(_MSC_VER) || _MSC_VER < 1600) // 1600 == VC++10
|
# if defined(BOOST_NO_CXX11_CHAR16_T) && (!defined(_MSC_VER) || _MSC_VER < 1600) // 1600 == VC++10
|
||||||
typedef boost::uint_least16_t char16;
|
typedef boost::uint_least16_t char16;
|
||||||
typedef std::basic_string<boost::char16> u16string;
|
typedef std::basic_string<boost::char16> u16string;
|
||||||
# else
|
# else
|
||||||
@@ -57,7 +57,7 @@ namespace boost
|
|||||||
typedef std::u16string u16string;
|
typedef std::u16string u16string;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if defined(BOOST_NO_CHAR32_T) && (!defined(_MSC_VER) || _MSC_VER < 1600) // 1600 == VC++10
|
# if defined(BOOST_NO_CXX11_CHAR32_T) && (!defined(_MSC_VER) || _MSC_VER < 1600) // 1600 == VC++10
|
||||||
typedef boost::uint_least32_t char32;
|
typedef boost::uint_least32_t char32;
|
||||||
typedef std::basic_string<boost::char32> u32string;
|
typedef std::basic_string<boost::char32> u32string;
|
||||||
# else
|
# else
|
||||||
|
Reference in New Issue
Block a user