$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2020-06-13 18:45:38
On Sat, Jun 13, 2020 at 9:51 AM Bjorn Reese via Boost
<boost_at_[hidden]> wrote:
>
> Why does Boost.Text contains trie types in their own boost::trie
> namespace?
That naming is a mistake - an artifact of deciding where trie should
fit (e.g. separate library or not). If accepted, a Boost.Text library
will only add identifiers (namespaces included) to the boost::text::
namespace.
Glen