Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
cf1fd7ed
Commit
cf1fd7ed
authored
8 years ago
by
Jisi Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1533 from pherl/mapcomment
Remove the comments about iterator validation
parents
f2db1e0e
5e7c4cb3
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
map.h
src/google/protobuf/map.h
+1
-3
No files found.
src/google/protobuf/map.h
View file @
cf1fd7ed
...
...
@@ -504,9 +504,7 @@ class MapPair {
// assert(m0.begin()->first == m1.begin()->first); // Bug!
//
// 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
>
class
Map
{
public
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment