mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Replace boost::function with std::function (C++11)
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
//
|
||||
// NOTE:
|
||||
// boost::thread / boost::function / boost::chrono should be ported to
|
||||
// std::thread / std::function / std::chrono when we support C++11.
|
||||
// boost::thread / boost::chrono should be ported to std::thread / std::chrono
|
||||
// when we support C++11.
|
||||
//
|
||||
#include <boost/chrono/chrono.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
Reference in New Issue
Block a user