Boost logo

Boost :

From: Matt Borland (matt_at_[hidden])
Date: 2025-01-17 21:59:12


On Friday, January 17th, 2025 at 4:54 PM, Christopher Kormanyos <e_float_at_[hidden]> wrote:

> > I'd say that something like:
>

> > // Freestanding OK
> > #include <boost/decimal/decimal32.hpp>
> > #include <boost/decimal/decimal32_fast.hpp>
> > // ...
> > #ifndef BOOST_DECIMAL_DISABLE_CLIB
> > #include <boost/decimal/cstdlib.hpp>
> > #include <boost/decimal/detail/io.hpp>
> > // ...
> > #endif
>

> > Would make sense. Of course,
> > this requires you to slightly rework some
> > parts of the implementation.
>

> > Regards,
> > Ruben.
> Yeah that would be fine Ruben.
> I'll wait for Matt too.
>

> Basically you just moved the PP
> queries to a higher point upstream.
>

> I thought you wanted us to actually
> have two physical sets of headers,
> which kind of scared me.
>

> Chris
>

Yeah, I don't see any issue with this suggestion.

Matt





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