12 Nov
2014
12 Nov
'14
2:53 p.m.
Peter Dimov
Louis Dionne wrote:
It turned out that the problem was the BOOST_CXX14_CONSTEXPR macro being used without ever being defined (I grepped all of Boost for it and couldn't find a definition).
It's possible that this macro is on Config's develop branch and hasn't yet found its way into master. If so, its use may well be correct.
Yes, that was the problem. Sorry for the fuss. How do you guys keep your submodules in sync in the modularized Boost? Do you use something like git submodule foreach git checkout develop && git pull from time to time, or is there a better way? Louis