$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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>