[Boost-users] Does Boost.Multiprecision have a forwards declaration header?

2022-12-03 Thread Ivan Matek via Boost-users
I presume not since I could not find it in docs, but decided to double check. My motivation is that I would like to limit heavy includes in my header(since intrinsics for avx512 files are 20k+ LOC on my system), but I would still like to use proper types in signature of my functions (since none of

Re: [Boost-users] Does Boost.Multiprecision have a forwards declaration header?

2022-12-03 Thread John Maddock via Boost-users
On 03/12/2022 13:03, Ivan Matek via Boost-users wrote: I presume not since I could not find it in docs, but decided to double check. My motivation is that I would like to limit heavy includes in my header(since intrinsics for avx512 files are 20k+ LOC on my system), but I would still like to

Re: [Boost-users] Does Boost.Multiprecision have a forwards declaration header?

2022-12-03 Thread Ivan Matek via Boost-users
On Sat, Dec 3, 2022 at 7:34 PM John Maddock via Boost-users < boost-users@lists.boost.org> wrote: > On 03/12/2022 13:03, Ivan Matek via Boost-users wrote: > > > There's no such header at present, but I've just filed myself a ticket > as it seems like a good idea to me: > https://github.com/boostor