User Activity

HelloI'm lost.. my code gets HARD-HANDLE due to illegal access, have traced it down to my MAP.but have NO clue to why :(My code have a map of shared pointers. with a key uint64_t.A loop of the elements before any is added makes it crash.now i can see...
This code (very short non compiling i know)void main() { int f; for (auto i : array[typeid(f)]) { } }If i try and format it, when typeid is presented to a know type it formats like this:void main() { int f; for (auto i : array[typeid(f)]) {...
Kudos from