From 881972884967f70dbaf4ea047e26e1c88d7e5d92 Mon Sep 17 00:00:00 2001 From: "lballabio[bot]" <224797326+lballabio-bot@users.noreply.github.com> Date: Sat, 12 Sep 2026 14:11:09 +0000 Subject: [PATCH] Sync qldefines.hpp.cfg with original header --- ql/qldefines.hpp.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ql/qldefines.hpp.cfg b/ql/qldefines.hpp.cfg index 0c67b3918d1..221e129b2a2 100644 --- a/ql/qldefines.hpp.cfg +++ b/ql/qldefines.hpp.cfg @@ -39,6 +39,8 @@ #include #include #if BOOST_VERSION < 104800 + // Intentionally reject unsupported Boost versions during preprocessing. + // cppcheck-suppress preprocessorErrorDirective #error using an old version of Boost, please update. #endif #if !defined(BOOST_ENABLE_ASSERT_HANDLER)