
5 Aug
2003
5 Aug
'03
7:35 p.m.
Hi, I am using boost::bind from boost 1.30.0. When I type "boost::bind(", the VS.NET 20003 IDE stopped responding. What is wrong? #include <boost/bind.hpp> int main(void) { boost::bind( // IDE dies here }