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 5034dd6 commit 8dd6284Copy full SHA for 8dd6284
libcxx/test/std/containers/sequences/vector/vector.cons/exceptions.pass.cpp
@@ -109,7 +109,6 @@ int main(int, char**) {
109
throwing_allocator<int> alloc(/*throw_on_ctor = */ false, /*throw_on_copy = */ true);
110
AllocVec vec(cpp17_input_iterator<int*>(a), cpp17_input_iterator<int*>(a + 2), alloc);
111
} catch (int) {
112
- // FIXME: never called.
113
}
114
check_new_delete_called();
115
@@ -118,7 +117,6 @@ int main(int, char**) {
118
117
119
AllocVec vec(forward_iterator<int*>(a), forward_iterator<int*>(a + 2), alloc);
120
121
122
123
124
0 commit comments