Skip to content

Resolve "【C/C++】:修正在Linux下没有正确过滤stl迭代器的问题"

chenyang.wang requested to merge 278-c-c-linux-stl into master

Closes #278 (closed)

GCCvector::iterator是在__gnu_cxx::命名空间下的,之前并没有正确过滤它。对于msvc而言,标准库相关都是在std::下面的。

对于GCC别的常见容器,例如deque,list,map,set没有这个问题(都在std::下面)。

Edited by chenyang.wang

Merge request reports