$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] How to remove the Math -> multuplecission dependency?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-06 13:37:29
Le 06/06/14 17:29, John Maddock a écrit :
>>
>
> Indeed, but libraries may still have optional headers, and/or
> "bridging" headers that glue two libraries together. All the headers
> we're talking about are documented (at least to some degree), and are
> intended for end users to at least experiment with. They're just not
> core to Boost.Math, more like "fringe" if you prefer.
>
I would opt in these cases to add a Math.Multiprecision submodule
Math.Multiprecision -> Multiprecision -> Math
This makes clear that these files are not associated to the Math core,
but to something optional.
Vicente