Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-12-06 16:52:36


Rainer Deyke wrote:
> At a first glance, the following libraries would have to justify their continued
> existence as "core" Boost libraries:
>
> Any (superseded by std::any)
> Array (superseded by std::array)
> Assign (superseded by std::initializer_list)
> Atomic (C++11 feature emulation library)
> Bind (superseded by lambda expressions)
> Chrono (superseded by std::chrono)
...

This gets us back to our never-ending discussion of Boost dropping C++03 support.

I'm sure this time it will be more productive than our last three attempts.

Incidentally, std::any is C++17, so classifying Any as "legacy" implies everyone
uses C++17 or better. (You also have "superseded by C++20" further down the
list, which is even less justifiable.)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk