$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2021-06-08 15:30:26
On Sun, Jun 6, 2021 at 9:51 PM Peter Dimov <pdimov_at_[hidden]> wrote:
>
> Glen Fernandes wrote:
> >
> > What is the list of libraries that do this? I'm curious if most of them are
> > unmaintained or would otherwise be better served migrating to LWT.
>
> The libraries that use the "included/" versions of the Test libraries are
> actually the maintained ones, because the unmaintained ones are still
> on the deprecated <boost/test/minimal.hpp>. :-)
>
> For completeness, the libraries using the deprecated boost/test/minimal.hpp
> are:
>
> foreach
> graph
> graph_parallel
> iterator
> logic
> numeric/conversion
> numeric/interval
> property_map
> tokenizer
> units
> yap
>
> These need to migrate to either LWT or the non-deprecated Boost.Test.
I've migrated Yap, Tokenizer, Iterator, and Logic to LWT.
Almost finished migrating Units to LWT too, and will do the others afterwards.
Glen