Remove change checked-in by mistake

This commit is contained in:
greg7mdp
2023-04-23 19:43:18 -04:00
parent 16287ccca6
commit 481a0d466e
-4
View File
@@ -4,10 +4,6 @@
int main()
{
phmap::btree_multimap<int, int> foo;
for (auto it = foo.begin(); it != foo.end(); it++) {
}
// initialise map with some values using an initializer_list
phmap::btree_map<std::string, int> map =
{ { "John", 35 },