GCC with c++17 standard cannot compile range-based for case with different begin/end data type

前端 未结 0 652
感动是毒
感动是毒 2021-01-25 10:08

For C++17, it has a small change with proposal p0184r0,which make it possible to specify different begin() and end() type for a user-defined type, to compatible with range-based

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