
19 Feb
2004
19 Feb
'04
12:19 p.m.
On Thu, 19 Feb 2004, Thorsten Ottosen wrote:
"Douglas Paul Gregor" <gregod@cs.rpi.edu> 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