
22 Feb
2014
22 Feb
'14
8:39 p.m.
On Saturday 22 February 2014 14:25:00 Rene Rivera wrote:
While making changes to the regression testing tools to deal with the new locations I ran into a severe blocker. It seems that nothing compiles any more because somehow "boost/assert.hpp" is no longer around and just about all Boost code depends on that one file.
Where did the file go? And if was intentionally removed, why wasn't all the uses fixed by now? What's going on?
It's been moved to a new Boost.Assert library (libs/assert submodule). You should get it if you do 'git submodule update --init'.