
28 Feb
2024
28 Feb
'24
10:31 a.m.
Gesendet: Mittwoch, 28. Februar 2024 um 11:01 Uhr Von: "Matt Borland" <matt@mattborland.com> An: boost-users@lists.boost.org Cc: "Helmut Zeisel" <HZ2012@gmx.at> Betreff: Re: [Boost-users] tommath.h and boost\multiprecision\tommath.hpp On Wednesday, February 28th, 2024 at 9:21 AM, Helmut Zeisel via Boost-users <boost-users@lists.boost.org> wrote:
If you have a minimal reproducer for your issue that would help as well. Thanks.
The "minimal reproducer" is really minimal: =================================================== #include <boost/multiprecision/tommath.hpp> int main(){} =================================================== Helmut