lambda bind breaks VC 7.1

For some reason, it seems that whenever I type '(' after boost::lambda::bind (which would normally cause the intellisence list to pop up with the arguments the function takes), visual studio completely locks up. Does anyone else have this problem? Are there known fixes or work-arounds? -Jason

"Jason Hise" <chaos@ezequal.com> wrote in message news:42752C45.4020409@ezequal.com...
It's not unique for lambda::bind - usage of all kinds of heavily templated code can cause the same problems with intellisense. There's a hot fix which helps (it helped for me at least) - available if you have some kind of support agreement with Microsoft (generally included if you have a MSDN subscription). Checkout KB article 824580. Regards // Johan Nilsson

I had to disable it to continue using VS.NET2003 On 5/1/05, Jason Hise <chaos@ezequal.com> wrote:
-- Felipe Magno de Almeida UIN: 2113442 email: felipe.m.almeida+spam at gmail com felipe.almeida at ic unicamp br, felipe.m.almeida at gmail com, felipe at synergy com I am a C, modern C++, MFC, ODBC, Windows Services, MAPI developer from synergy, and Computer Science student from State University of Campinas(UNICAMP). To know more about: Unicamp: http://www.ic.unicamp.br Synergy: http://www.synergy.com.br current work: http://www.mintercept.com "There is no dark side of the moon really. Matter of fact it's all dark."
participants (5)
-
Felipe Magno de Almeida
-
Giovanni Bajo
-
Jason Hise
-
Johan Nilsson
-
Jonathan Turkanis