$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] BOOST_NO_CXX11_HDR_CODECVT confusion
From: Robert Ramey (ramey_at_[hidden])
Date: 2016-11-17 14:17:45
>> 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