#include "pip.h" int main(int argc, char * argv[]) { PIMap > x; x[3] << 5; piCout << x; x.remove(3); return 0; }