From 8a615035a06247e11b777d40cd4974de44d7ef35 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 23:11:03 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- .ci/get-boost.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/get-boost.sh b/.ci/get-boost.sh index 77604b5c30..0bf2244e38 100755 --- a/.ci/get-boost.sh +++ b/.ci/get-boost.sh @@ -72,7 +72,6 @@ git submodule --quiet update --init $GIT_SUBMODULE_OPTS \ libs/ratio \ libs/rational \ libs/regex \ - libs/static_assert \ libs/smart_ptr \ libs/system \ libs/throw_exception \