merged boost-1.44 fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-05-26 16:21:15 +00:00
parent 314e08d90b
commit db500b674b
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
* fixed support for boost-1.44
* fixed reversed semantics of queue_up() and queue_down()
* added missing functions to python bindings (file_priority())
* fixed low_prio_disk support on linux

View File

@ -3,5 +3,7 @@
#if BOOST_VERSION >= 104500
#include <boost/asio/impl/src.hpp>
#elif BOOST_VERSION >= 104400
#include <boost/asio/impl/src.cpp>
#endif