Remove Boost.Endian dependency

This commit is contained in:
Nana Sakisaka
2025-10-21 06:57:18 +09:00
parent ffcaf884be
commit 2f479efc09
3 changed files with 1 additions and 6 deletions

View File

@@ -194,7 +194,6 @@ jobs:
libs/core \
libs/describe \
libs/detail \
libs/endian \
libs/function \
libs/function_types \
libs/functional \

View File

@@ -181,10 +181,6 @@ list(APPEND boost_spirit_x4_boost_deps mp11)
list(APPEND boost_spirit_x4_boost_deps predef)
list(APPEND boost_spirit_x4_boost_deps io)
# Everything required by `endian` (manually confirmed)
list(APPEND boost_spirit_x4_boost_deps endian) # used in binary parsers
list(APPEND boost_spirit_x4_boost_deps config)
# Everything required by `preprocessor` (manually confirmed)
list(APPEND boost_spirit_x4_boost_deps preprocessor)

View File

@@ -57,7 +57,7 @@ We're trying hard to reduce these dependencies. We aim to remove these entirely
```console
git submodule update --init --depth 1 --recursive -- \
tools/build tools/boost_install libs/assert libs/bind libs/config \
libs/container_hash libs/core libs/describe libs/detail libs/endian \
libs/container_hash libs/core libs/describe libs/detail \
libs/function libs/function_types libs/functional libs/fusion \
libs/integer libs/io libs/mp11 libs/mpl libs/predef libs/preprocessor \
libs/static_assert libs/throw_exception libs/tuple libs/type_index \