I am trying to put a multimap inside of a separate class for easy lookup of objects downstream in another main code that I am trying to access.
If I put the multimap inside of my main routine and insert items from there it works fine. The second I move it into another class, it seems to be working, but I keep getting bus errors.
Any ideas?