
4 Jun
2007
4 Jun
'07
4:57 p.m.
troy d. straszheim wrote:
(in directory BOOST_ROOT, say)
iostreams/ include boost/ # contains only dir 'iostreams' iostreams/ *.hpp # notice each project has its own include dir src/ ... test/ ...
variant/ include/ boost/ # contains only dir 'variant' variant/ *.hpp test/ ...
This works and is a good solution from a testing standpoint... but I don't support it for purely selfish reasons; it breaks my "CVS HEAD" use case. :-) I'd still like to have a 'trunk' from which I can 'svn update'.