Hello,
----- Mensaje original -----
De: Phantom
Hi,
I'm trying to use the boost::multi_index_container to index a struct based on a enum and a std::string. While I can retrive data from the container by search on the string any attempts to such on the enum results in a compliation error. Anyone got any ideas as to what I need todo to get this to work :)
I haven't compiled your code, but I think the problem
lies in that you define the id index as
mi::ordered_unique<
mi::tag<id> ,
mi::identity