$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-12-03 12:34:50
JOAQUIN LOPEZ MU?Z:
>> namespace boost { namespace foobar
...
> This is not the case at least for one Boost library,
> namely Boost.Tuple, whose associated namespace is
> boost::tuples, with a postfixed 's'.
It's also not the case for std::tuple, whose namespace is std, without a
subnamespace. :-)
One benefit of having everything in boost (or, more precisely, everything
that is supposed to be proposed for inclusion into the standard library) is
that name collisions become apparent earlier.