Changes between Initial Version and Version 1 of Ticket #7478, comment 1
- Timestamp:
- Oct 7, 2012, 1:46:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7478, comment 1
initial v1 1 Currently there isare 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.1 Currently 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. 2 2 3 3