Is any C++20 feature test for defaulted equal operator?

前端 未结 0 1108
醉话见心
醉话见心 2021-01-29 19:25

For my code I wanted to use defaulted equal operator (bool operator ==(..) = default;) if only compiler supports it, otherwise I could still use existing implementa

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