79727791

Date: 2025-08-06 20:05:14
Score: 1.5
Natty:
Report link

From Igor Tandetnik:

cppreference has this to say: (1) a consteval specifier implies inline; and (2) The definition of an inline function must be reachable in the translation unit where it is accessed. I'm 99% sure you won't be able to hide the definition of consteval function in the library; you'd have to put it into the header.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Torph