Talk:cpp/container/list/assign
From cppreference.com
Shouldn't we change the example from
> std::cout << c << '\n';
to
> std::cout << c << std::endl;