
11 Jun
2010
11 Jun
'10
7:03 a.m.
John Dlugosz wrote:
The utf8_codecvt_facet.hpp file uses BOOST_* configuration macros without itself including any kind of configuration.
I see this in boost/detail/utf8_codecvt_facet.hpp:
// header comment snipped
#include <locale>
#include <cwchar> // for mbstate_t
#include <cstddef> // for std::size_t
#include