Boost1.32 VC7.0 multi_index bidirectional-map-like code wont compile...
Hello,
I'm trying to compile code similar to (copied and pasted from) the
bidirectional map example, but my VC7.0 burps some errors and then an
INTERNAL COMPILER ERROR.
The code looks like this:
#include
node_set_t;
and some of the errors I get are: c:\...\multi_index\detail\msvc_index_specifier.hpp(45) : error C2504: 'node_class' : base class undefined c:\...\multi_index\detail\msvc_index_specifier.hpp(45) : error C2143: syntax error : missing ',' before '<' c:\...\multi_index\detail\msvc_index_specifier.hpp(52) : error C2039: 'index_class' : is not a member of 'boost::multi_index::detail::msvc_index_specifier<IndexSpecifier>::fake_index_type<__formal>' (repeated several times) I am sure I am doing something very dumb. Any help will be greatly appreciated. Thanks Dan
I forgot to #include ordered_index.hpp. please forgive the noise.
participants (1)
-
Dan Dimerman