#include int main() { std::map map; for (int i = 0; i < 1500; i++) map[i] = i; return map.size(); // break here }