$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: ÐмиÑÑий ÐÑÑ
ипов (grisumbras_at_[hidden])
Date: 2024-02-08 14:36:41
ÑÑ, 8 ÑевÑ. 2024â¯Ð³. в 16:31, Andrey Semashev via Boost <boost_at_[hidden]>:
> You could document a concept of a string view or at least list the
> supported string types and use that in the documentation.
Well, I could write something like "this is an alias to an unspecified
type that satisfies such and such concept", and document the concept.
And then every other library that uses core::string_view (which
currently are: Beast, MySQL, URL, and soon Charconv) would have to do
the same. Instead of 3 documented string view types, Boost would have
7.