$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2021-06-10 00:47:31
On Sun, Jun 6, 2021 at 9:51 PM Peter Dimov wrote:
> 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 all of the above to LWT. Graph is still a PR that needs
to be merged.
Glen