2 Jun
2015
2 Jun
'15
10:18 a.m.
Tom Kent wrote:
On Sun, May 31, 2015 at 7:30 AM, Peter Dimov
wrote: I want to reiterate my suggestion that we move Boost's include directory from $BOOST_ROOT to $BOOST_ROOT/include.
Our organization has been following the example in the first pages of the getting started guide [1][2] and using #include
with $BOOST_ROOT in our include path, so changing that to 'include' would require major source changes to our (and presumably lots of others') code bases.
The idea is that you'd change your include path to reference $BOOST_ROOT/include, without changing a line of code. I've been using this environment for a while and haven't encountered any breakages.