@@ -1,5 +1,9 @@
#include "pip.h"
int main(int argc, char * argv[]) {
PIMap<int, PIVector<int> > x;
x[3] << 5;
piCout << x;
x.remove(3);
return 0;
}
The note is not visible to the blocked user.