From b994f1eb52bebb22af72c5d3977ea6a4e4ceae16 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 21:15:02 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 151d267..ed79645 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,7 +71,6 @@ install: - git submodule update --init libs/headers - git submodule update --init libs/config - git submodule update --init libs/core - - git submodule update --init libs/static_assert - git submodule update --init libs/throw_exception - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\assert\ - cmd /c bootstrap