Changes between Initial Version and Version 2 of Ticket #8021
- Timestamp:
- Jul 18, 2013, 8:36:50 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8021 – Description
initial v2 3 3 yields 4 4 5 {{{ 5 6 boost/property_tree/detail/ptree_utils.hpp: In instantiation of 'std::string boost::property_tree::detail::narrow(const Ch*) [with Ch = wchar_t; std::string = std::basic_string<char>]': 6 7 boost/property_tree/string_path.hpp:64:36: required from here … … 8 9 9 10 76: if (*text < 0 || *text > (std::numeric_limits<char>::max)()) 11 }}}