How to print non-structural results of constexpr functions at compile time with clang++?
I’m writing a constexpr
code and I would like to inspect computed values at compile time.
I’m writing a constexpr
code and I would like to inspect computed values at compile time.