$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2022-05-12 18:48:46
On May 12, 2022, at 11:34 AM, Robert Ramey via Boost <boost_at_[hidden]> wrote:
>
> On 5/12/22 11:30 AM, Robert Ramey via Boost wrote:
>> On 5/12/22 9:55 AM, John Maddock via Boost wrote:
>
>> wow - that would be a big one. codecvt is the fundamental component to support wchar is it not? Does this mean that wchar is gone also? If so what replaced it? etc....
>
> FWIW - I don't see any notice of such deprecation here: https://en.cppreference.com/w/cpp/header/codecvt
Its in green - at the top:
codecvt_utf8
<https://en.cppreference.com/w/cpp/locale/codecvt_utf8>
(C++11)(deprecated in C++17)
â Marshall