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 82004d9 commit fe539aaCopy full SHA for fe539aa
1 file changed
tests/0026.container/0001.vector/emplace_back.cc
@@ -30,7 +30,6 @@ int main()
30
fast_io::vector<President> elections;
31
print("emplace_back:\n");
32
auto &ref = elections.emplace_back("Nelson Mandela", "South Africa", 1994);
33
- // assert(ref.year == 1994 && "uses a reference to the created object (C++17)");
34
if (ref.year != 1994)
35
{
36
::fast_io::fast_terminate();
0 commit comments