From 8db26a7350aad53ed73a127f9b8eb6ef15bf0be1 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 11 Apr 2024 23:49:22 +0200 Subject: Implement Status --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 84322ba..bdee056 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -21,3 +21,5 @@ Checks: - "-*-avoid-c-arrays" - "-*-use-anonymous-namespace" - "-*-reinterpret-cast" + - "-*-noexcept-move" + - "-*-noexcept-move-constructor" -- cgit