c++11: erase using a const_iterator

一曲冷凌霜 提交于 2019-12-01 16:12:50
user2244984

This issue is documented here and it's reported as a partial implementation for now.

CTRL + F with your browser and search for N2350.

If you are on Linux it's possible to build a development version of the libcxx library from the LLVM project that you can download from here; I don't know if this solves any of the issues that you are experiencing but I'm proposing it as an alternative to the libstdc++.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!