16 Jun
2014
16 Jun
'14
5:33 a.m.
On Sun, Jun 15, 2014 at 10:23 PM, Robert Ramey wrote:
My project uses the current master to provide boost libraries which I'm not working on. One file has the statement
#include
which fails to compile since boost/utility/enable_if.hpp has been moved to core.
The code lives in the Core module, but the Core module provides
c) will I have to change code in the library I maintain to manually change all occurrences of
#include
to
#include
?
No. There's no reason why Core's
d) Why are the tests on the master branch passing?
Did you run git submodule update --init? Glen