Can you call a static constexpr member function at compile time?
g++ and clang++ disagree on whether I can call a static constexpr method at compile time. Here is a small program to illustrate the difference:
g++ and clang++ disagree on whether I can call a static constexpr method at compile time. Here is a small program to illustrate the difference: