recently I’ve started to use the excellent boost::unordered_map on my system, but got one drawback: I couldn’t figure how to inspect its contents. Printing it on gdb gives me a table_ and a buckets_, but haven’t found where are the items. Anyone has a clue about this?
recently I’ve started to use the excellent boost::unordered_map on my system, but got one
Share
For the ones that wanted a printer, I’ve managed to create one. Here is Code: