Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk