RE: [boost] lambda bind breaks VC 7.1

Try turning off the automatic auto completion functionality in the IDE I have seen this, not repeatable though. In one case, I re-formatted the call and by doing this I got it to not crash anymore. I have also run into problems with conflicts with the win32 bind() call. (but that is a whole different ball of wax)
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Jason Hise Sent: Sunday, May 01, 2005 12:22 PM To: boost@lists.boost.org Subject: [boost] 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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Brian Braatz wrote:
Try turning off the automatic auto completion functionality in the IDE
I have seen this, not repeatable though. In one case, I re-formatted the call and by doing this I got it to not crash anymore.
I have also run into problems with conflicts with the win32 bind() call. (but that is a whole different ball of wax)
I'll probably just copy-paste the '(' in from now on. -Jason
participants (2)
-
Brian Braatz
-
Jason Hise