我正在尝试将一些C++代码从Windows移植到OS X(使用Xcode).
以下代码:
writePosition %= std::size(bufferL);
正在生成错误:
命名空间'std'中没有名为'size'的成员
我该如何解决?
c++ c++17
c++ ×1
c++17 ×1