Remove dependency on Boost.Functional

This commit is contained in:
Mohammad Nejati
2026-06-07 15:14:25 +00:00
committed by Mohammad Nejati
parent 54a49706e4
commit aaf0ef3f58
3 changed files with 1 additions and 3 deletions
@@ -14,7 +14,7 @@
#include <boost/beast/_experimental/unit_test/detail/const_container.hpp>
#include <boost/assert.hpp>
#include <boost/type_index.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <typeindex>
#include <set>
#include <unordered_set>
-1
View File
@@ -77,7 +77,6 @@ else()
detail
fusion
function_types
functional
typeof
)
-1
View File
@@ -61,7 +61,6 @@ git submodule update --init --depth 20 --jobs 4 \
libs/exception \
libs/function \
libs/function_types \
libs/functional \
libs/fusion \
libs/integer \
libs/io \