How does a constexpr virtual function differ from a virtual member function template?

前端 未结 0 1049
逝去的感伤
逝去的感伤 2021-02-18 16:27

With the new C++20 standard coming out, there are a number of relaxations in what we can include in a function marked constexpr (e.g. try-catch blocks) and what fun

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