gvansickle / grvslib

A library containing code I use in more than one project.
GNU General Public License v3.0
0 stars 0 forks source link

Clang in CI action doesn't like std::floating_point concept. #15

Open gvansickle opened 3 hours ago

gvansickle commented 3 hours ago

Error msg: In file included from /home/runner/work/grvslib/grvslib/tests/EETests.cpp:24: /home/runner/work/grvslib/grvslib/grvslib/../grvslib/ee/basic_calculators.h:39:16: error: no type named 'floating_point' in namespace 'std' constexpr std::floating_point auto fc(std::floating_point auto r, std::floating_point auto c)

gvansickle commented 3 hours ago

It builds and tests fine with at least: clang version 18.1.8 (Fedora 18.1.8-1.fc40), so this is likely an old clang issue.