From 10ec28c5de9442fe93635ae76ca397d138f9e93c Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 13 Apr 2024 01:41:13 +0200 Subject: Add atomics --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index bdee056..c8c8c55 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -23,3 +23,4 @@ Checks: - "-*-reinterpret-cast" - "-*-noexcept-move" - "-*-noexcept-move-constructor" + - "-*-noexcept-move-operations" -- cgit