See commits for explanation. Busted boost release, this works around it.
This affected fedora 18, and probably Ubuntu Quantal as well.
See commits for explanation. Busted boost release, this works around it.
This affected fedora 18, and probably Ubuntu Quantal as well.
Without this include, sometimes BOOST_VERSION was defined and sometimes
it was not, depending on which includes came before it. The result was a
random mix of sleep or sleep_for for boost versions >= 1.50.
Fixes #2690.
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/e2654c8d280fbe77920960009f337d3f3c6772b6 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
ACK
ACK
Very nice.