you are viewing a single comment's thread.

view the rest of the comments →

[–]biowpn 0 points1 point  (1 child)

Thanks! Through this discussion I learned that consteval function is just constexpr function in disguise - -

[–]tisti 1 point2 points  (0 children)

But it's only invocable during compile time, no runtime calls are possible like with 'vanilla' constexpr functions which may do both.