19 Apr
2007
19 Apr
'07
8:24 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Peter Dimov Sent: Thursday, April 19, 2007 11:59 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Boost and Intellisense...
David Klein wrote:
Hi,
actually you're "lucky", because when i use boost::bind, intellisense usually crashes :(
My experience is that boost::bind by itself is OK, but as soon as you include the lambda::bind header, typing 'bind(' becomes a not very good idea. :-)
Also function<...> somehow becomes function_base<...>. I stopped using VS a while back though.