@@ -0,0 +1,7 @@
#include <list>
#include <algorithm>
int main() {
std::list<int> l = {1, 2, 3};
std::sort(l.begin(), l.end());
return 0;
}
The note is not visible to the blocked user.