This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 多线程访问STL的容器 | |
| 线程1向一个vector中插入一个元素,会导致线程2中已经获得到的迭代器失效,迭代器指向的值不可预期 |