Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: base/containers/flat_map.h

Issue 2853333004: Add range insertion for base::flat_tree (Closed)
Patch Set: Another round of comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/containers/flat_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/containers/flat_map.h
diff --git a/base/containers/flat_map.h b/base/containers/flat_map.h
index 225052b513ec6b3f2d18ea5bf6a7cd3a08651eec..ce50dcd736046851016029011e19542c7ae6f891 100644
--- a/base/containers/flat_map.h
+++ b/base/containers/flat_map.h
@@ -98,6 +98,8 @@ struct GetKeyFromValuePairFirst {
// Mapped& operator[](Key&&);
// pair<iterator, bool> insert(const pair<Key, Mapped>&);
// pair<iterator, bool> insert(pair<Key, Mapped>&&);
+// void insert(InputIterator first, InputIterator last,
+// FlatContainerDupes);
// pair<iterator, bool> emplace(Args&&...);
// iterator emplace_hint(const_iterator, Args&&...);
//
« no previous file with comments | « no previous file | base/containers/flat_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698