https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213993
--- Comment #6 from Tobias C. Berner <tcber...@freebsd.org> --- I think the proper fix would be to rather than add an #ifdef GCC, to switch to #include <cmath> and replace the function calls by std::foo. I think then it should work with all compilers. Could you give that a try? mfg Tobias -- You are receiving this mail because: You are the assignee for the bug.