mirror of
https://github.com/boostorg/beast.git
synced 2026-08-03 20:14:17 +02:00
Remove dependency on Boost.Functional
This commit is contained in:
committed by
Mohammad Nejati
parent
54a49706e4
commit
aaf0ef3f58
@@ -14,7 +14,7 @@
|
|||||||
#include <boost/beast/_experimental/unit_test/detail/const_container.hpp>
|
#include <boost/beast/_experimental/unit_test/detail/const_container.hpp>
|
||||||
#include <boost/assert.hpp>
|
#include <boost/assert.hpp>
|
||||||
#include <boost/type_index.hpp>
|
#include <boost/type_index.hpp>
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/container_hash/hash.hpp>
|
||||||
#include <typeindex>
|
#include <typeindex>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
|||||||
@@ -77,7 +77,6 @@ else()
|
|||||||
detail
|
detail
|
||||||
fusion
|
fusion
|
||||||
function_types
|
function_types
|
||||||
functional
|
|
||||||
typeof
|
typeof
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ git submodule update --init --depth 20 --jobs 4 \
|
|||||||
libs/exception \
|
libs/exception \
|
||||||
libs/function \
|
libs/function \
|
||||||
libs/function_types \
|
libs/function_types \
|
||||||
libs/functional \
|
|
||||||
libs/fusion \
|
libs/fusion \
|
||||||
libs/integer \
|
libs/integer \
|
||||||
libs/io \
|
libs/io \
|
||||||
|
|||||||
Reference in New Issue
Block a user