Is there a way to prevent the compiler from putting a constexpr function into the object file?

前端 未结 0 1425
面向向阳花
面向向阳花 2021-02-09 15:36

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题