We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f931f5 commit bee52bfCopy full SHA for bee52bf
libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type.pass.cpp
@@ -61,7 +61,7 @@ void test(Container& c) {
61
node.empty();
62
irt.inserted;
63
irt.node.empty();
64
- irt.position->first == i && irt.position->second == i + 1;
+ irt.position->first == i&& irt.position->second == i + 1;
65
verify_insert_return_type<Container>(irt);
66
}
67
0 commit comments