typedef boost::multi_index::index
::type IDIndex; typedef boost::multi_index::index ::type NameIndex;
Joaquin,
That did seem to fix that error. Thanks!
I could've sworn that I tried that before and it didn't work. Now, however,
I've got the same error occuring in one of the boost classes:
lambda_traits.hpp. I'm not explicitly using lambda_traits, so it must be
multi_index that is using it. Here's the error and location:
C2039: 'access_traits': is not a member of 'tuples'
line 106 in lambda_traits:
104 template