$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: yxh (yg-boost-users_at_[hidden])
Date: 2003-08-05 20:35:08
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
}