Boost logo

Boost :

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


Julien Blanc wrote:
> Le 2022-12-06 12:34, Vinnie Falco via Boost a écrit :
> > On Mon, Dec 5, 2022 at 7:38 PM Proton <matt_at_[hidden]> wrote:
> >> I think there are other libraries like Math that don’t require
> >> anything Boost for proper functionality
> >
> > Do you have any particular Boost libraries in mind?
>
> Jumping into the discussion, but endian comes to mind. Currently it depends
> on type_traits, config, core and static_assert. All these dependencies are
> required for C++03 compilation, or to support outdated compilers. None of
> this should be necessary with a modern (ie, with proper C++11 support)
> toolchain.

I'll gladly drop these dependencies (well maybe not Config, I'll need to check)
if Boost drops C++03 support.

Until then, not.


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