$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-10-04 05:07:29
> The library will be put in a CVS at the http://www.neoscientists.org/
> server, and we're not sure how to deal with the maximum filename length.
> The
> current directory structure is, e.g.:
>
> #include <boost/concept_traits/std/is_default_constructible.hpp>
> #include <boost/concept_traits/std/is_random_access_container.hpp>
> #include <boost/concept_traits/std/is_random_access_iterator.hpp>
> #include <boost/concept_traits/std/is_generator.hpp>
Not good examples - those are all under the limit :-)
If possible I would prefere the filename and trait name to be the same, is
there any way we can shorten the problem names without messing the whole
thing up?
John.