Cpp error: 'size' is not a member of 'std' although -std=c++1z in compiler

后端 未结 0 662
谎友^
谎友^ 2021-01-25 11:30

I recently moved my compiler to C++17, and have been able to use the new functionality like std::array just fine but I am getting an error while trying to use std::size(array).

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