浏览代码

Remove the comments about iterator validation

As it may be implementation dependent.
Jisi Liu 9 年之前
父节点
当前提交
5e7c4cb3f6
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/google/protobuf/map.h

+ 1 - 3
src/google/protobuf/map.h

@@ -504,9 +504,7 @@ class MapPair {
 //  assert(m0.begin()->first == m1.begin()->first);  // Bug!
 //  assert(m0.begin()->first == m1.begin()->first);  // Bug!
 //
 //
 // Map's interface is similar to std::unordered_map, except that Map is not
 // Map's interface is similar to std::unordered_map, except that Map is not
-// designed to play well with exceptions.  Mutations to a Map do not invalidate
-// a Map's iterators, pointers to elements, or references to elements.  Except
-// for erase(iterator), any non-const method can reorder iterators.
+// designed to play well with exceptions.
 template <typename Key, typename T>
 template <typename Key, typename T>
 class Map {
 class Map {
  public:
  public: