merged boost-1.44 fix from RC_0_16
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user