https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99228
--- Comment #2 from g.peterh...@t-online.de --- I only use the types of boost here. You can remove boost and use: using float80_t = long double; using float64_t = double; using float32_t = float;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99228
--- Comment #2 from g.peterh...@t-online.de --- I only use the types of boost here. You can remove boost and use: using float80_t = long double; using float64_t = double; using float32_t = float;