
Well, I hate to say this but it apprently did fix it. I tried putting the boost::multi_index::member<> in bare and it resulted in the error, regardless of if I hit 'build' or 'rebuild' solution. I then replaced it with that Macro call, hit' build' and it compiled and my test application worked first time and i've since rebuilt the library numerous times with no problems. Now, as to why it would fix it I dont know, however it appears todo so :) ----- Original Message ----- From: "JOAQUIN LOPEZ MU?Z" <joaquin@tid.es> To: <boost-users@lists.boost.org> Sent: Tuesday, August 30, 2005 10:49 PM Subject: Re: [Boost-users] Boost::multiIndex container problems Ummm... if you're using MSVC++ 7.1, then BOOST_MULTI_INDEX_MEMBER resolves to a call to boost::multi_index::member, so this cannot be solving the problem IMHO. Please check http://boost.org/libs/multi_index/doc/compiler_specifics.html#msvc_71 where you can read about the problem of this compiler with the /Gm option. I suspect this is the culprit of the internal compiler error.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users