17 Nov
2016
17 Nov
'16
7:17 p.m.
In this ease I would expect to find that BOOST_NO_CXX11_HDR_CODECVT is defined as C++ standard does not include <codecvt> headers for versions prior to C++ 11.
Huh ? Where do you get that from ? Please see section 22.2.1.5 of the C++ standard 2003.
OK I mispoke. The <codecvt> header has been around since then. But only starting with C++11 does it include the codecvt_utf8 class. That is what I'm depending on. Robert Ramey