$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] BOOST_NO_CXX11_HDR_CODECVT is not defined for VC14
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2015-07-26 11:33:17
Hi,
I see that BOOST_NO_CXX11_HDR_CODECVT is not defined for MSVC-14,
although it is known that the codecvt facets are unusable because of
linkin errors:
You can also see STL mentioning DevDiv#1060849 here:
and I can see that the problem is not fixed in RTM. This also concerns
std::codecvt specializations for char16_t and char32_t.
Can we define the BOOST_NO_CXX11_HDR_CODECVT macro for MSVC?