$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-18 02:39:44
Hi Pavol,
the doc Jamfile.v2 for for algorithm/string looks a bit strange:
doxygen autodoc
:
[ glob ../../../../boost/algorithm/string.hpp ]
[ glob ../../../../boost/algorithm/string_regex.hpp ]
[ glob ../../../../boost/algorithm/string/classification.hpp ]
........
What's the point of globbing for a single file? If I replace all 'glob'
statements with just
[ glob ../../../../boost/algorithm/*.hpp ]
I don't get any problems.
- Volodya