mirror of
https://github.com/boostorg/spirit_x4.git
synced 2026-01-19 04:42:11 +00:00
Remove Boost.Endian dependency
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -194,7 +194,6 @@ jobs:
|
||||
libs/core \
|
||||
libs/describe \
|
||||
libs/detail \
|
||||
libs/endian \
|
||||
libs/function \
|
||||
libs/function_types \
|
||||
libs/functional \
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user