Skip to content

Commit fe539aa

Browse files
remove notes
1 parent 82004d9 commit fe539aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/0026.container/0001.vector/emplace_back.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ int main()
3030
fast_io::vector<President> elections;
3131
print("emplace_back:\n");
3232
auto &ref = elections.emplace_back("Nelson Mandela", "South Africa", 1994);
33-
// assert(ref.year == 1994 && "uses a reference to the created object (C++17)");
3433
if (ref.year != 1994)
3534
{
3635
::fast_io::fast_terminate();

0 commit comments

Comments
 (0)