$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (johan.nilsson_at_[hidden])
Date: 2005-05-02 04:35:37
"Jason Hise" <chaos_at_[hidden]> wrote in message
news:42752C45.4020409_at_ezequal.com...
> 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?
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