$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-02-19 07:19:03
On Thu, 19 Feb 2004, Thorsten Ottosen wrote:
> "Douglas Paul Gregor" <gregod_at_[hidden]> wrote in message
> > #include <boost/algorithm/string.hpp>
> > - Includes all string algorithms, in namespace boost::algorithm
> >
> > #include <boost/algorithm/container.hpp>
> > - Includes all container algorithms, in namespace boost::algorithm
> >
> > #include <boost/algorithm.hpp>
> > - Includes all boost/algorithm/* and imports them all into namespace
> > "boost" with using declarations.
>
> If it would work, I would like it. But I suspect that enable_if coding would
> be
> necessary to disambiguate overloaded functions.
Let's burn that bridge when we get there. I don't suspect it will be a
problem.
Doug