I have a constexpr function that I don\'t want to show up in the binary. Only the result should be in there, computed at compile time. Is this possible?
Edit: The questio