$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nikita Kniazev (nok.raven_at_[hidden])
Date: 2021-10-16 16:48:12
Recently Core grew with additional dependencies on StaticAssert (in 1.76)
and ThrowException (in the next release), previously it was only depending
on Assert and Config. That made a lot of libraries checkout the same four
repositories, three of them containing only a few headers. Merging into a
single dependency will affect mostly positive about 100 libraries and
negative 1: StlInterfaces (depends on Assert, and will on Core).
Please leave a comment at https://github.com/boostorg/core/issues/97 if you
think it is a good idea, or have concerns against doing that.