mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Replace boost::function with std::function (C++11)
This commit is contained in:
parent
94e52273f3
commit
1b936f5926
11 changed files with 26 additions and 30 deletions
|
|
@ -59,7 +59,6 @@
|
|||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/interprocess/sync/file_lock.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
#include <openssl/crypto.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue