$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-02-08 15:14:00
Andrey Semashev wrote:
> Which they are not, as boost::core::string_view doesn't support char_traits.
> So it looks like a non-starter to me.
Do you really need or support traits other than std::char_traits<Ch>? Why
and where?