I would like to use something which can create a dictionary like,
Multi-Keys
Key1 which will map to SomeObject
Key2
Key3
Key4
etc
I would like to look up based on any key. I have weird issues with boost::multi_index and am looking for alternatives.
My compiler is Visual Studio 2005 and I use boost and DONT USE C++11. Any boost(other than multi_index) stuff is most welcome.