Changes between Initial Version and Version 1 of Ticket #7478, comment 1


Ignore:
Timestamp:
Oct 7, 2012, 1:46:08 PM (10 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7478, comment 1

    initial v1  
    1 Currently there is are no macros BOOST_NO_CXX11_U16STRING and BOOST_NO_CXX11_U32STRING signaling that the standard library doesn't provides std::u16string or std::u32string. The attached patch avoid the compile error when Boost.Config will provide these macros. In the mean time the user needs to define them explicitly while using Boost.ratio in these conditions.
     1Currently there are no macros BOOST_NO_CXX11_U16STRING and BOOST_NO_CXX11_U32STRING signaling that the standard library doesn't provides std::u16string or std::u32string. The attached patch avoid the compile error when Boost.Config will provide these macros. In the mean time the user needs to define them explicitly while using Boost.ratio in these conditions.
    22
    33