wildcards icon indicating copy to clipboard operation
wildcards copied to clipboard

Do not enforce clang check for constexpr only

Open uilianries opened this issue 3 months ago • 0 comments

The __cpp_constexpr 201304L is available with more compilers, include GCC.

https://en.cppreference.com/w/cpp/feature_test

This patch fixes #28

uilianries avatar Mar 22 '24 14:03 uilianries