# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/qt6base/hotfix-chrono-assert-arch32.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- qtbase-everywhere-src-6.11.1/src/corelib/kernel/qtestsupport_core.cpp.vanilla 2026-05-19 19:33:55.484866252 +0200 +++ qtbase-everywhere-src-6.11.1/src/corelib/kernel/qtestsupport_core.cpp 2026-05-19 19:34:19.559671253 +0200 @@ -10,7 +10,7 @@ // Assert that this instantiation of std::atomic is always lock-free so we // know that no code will execute on destruction. -static_assert(std::atomic::is_always_lock_free); +//static_assert(std::atomic::is_always_lock_free); QT_BEGIN_NAMESPACE