$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-10-08 23:59:39
On Wednesday 08 October 2003 11:48 pm, Firingme wrote:
> Compiler : VS2003
> STL : P.J's version
> Test File : \boost\libs\function\example\bind1st.cpp
Oops, my fault. The line that reads:
boost::function<int, int> f;
should be:
boost::function<int (int)> f;
Doug