On Sun, Jun 6, 2021 at 9:51 PM Peter Dimov
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
. :-) 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