
15 Nov
2004
15 Nov
'04
10:44 a.m.
// example 1: tr1 directory lives in boost #include <boost/tr1/regex.hpp>
I like example 1 the best. Clear to the reader. Easy for the user. Very similar to how other boost supplied headers are treated. Doesn't foul up boost tools which search the boost directory for header files.
Agreed, John.