Hi All ,
I have created a boost::multi_index container for my use and it compiles successfully.
[...] The container I defined is ,
typedef boost::multi_index_ClassX<ClassX*,boost::multi_index::indexed_by< boost::multi_index::hashed_unique< boost::multi_index::const_mem_fun<ParentOfClassX, Int64, &ParentOfClassX::getKey1>, boost::multi_index::const_mem_fun<ParentOfClassX, Int64, &ParentOfClassX::getKey2>, >>> MultiIndexedClassX;