I defined a std::map<std::string, struct>. Then I filled it with 157 elemets from a csv file. After that I tried to get some elements from the map but there were only 100 of them.
Remove code from the program until you have the minimal code required to replicate the issue, then paste it here [code]between code tags[/code] so we can see what's going on.