Boost logo

Boost :

From: James Curran (JamesCurran_at_[hidden])
Date: 2002-11-01 01:17:41


    Couldn't the last line be (sans extension)

    #include <boost/functional>

--
Truth,
James Curran
www.NJTheater.com     (Professional)
www.NovelTheory.com  (Personal)
"Douglas Gregor" <gregod_at_[hidden]> wrote in message
news:200210311749.24483.gregod_at_cs.rpi.edu...
> We might consider supplying import headers to pull the Boost versions into
> namespace std, e.g., header <functional> would contain:
>
>   namespace std {
>     using boost::function;
>     using boost::bad_function_call;
>   }
>   // would have to rely on extensions to pick up old library...
>   #include_next <functional>

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