From e48f19496f634124cc11025aed72ddfc7c537cc1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Feb 2025 14:48:06 -0500 Subject: Suppress new checks in clang-tidy 19 I get that these aren't all intended to be universal, but suggesting the replacement of standard functions with boost ones is completely backwards. This is what a lack of a pluggable architecture gets you. --- examples/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/.clang-tidy') diff --git a/examples/.clang-tidy b/examples/.clang-tidy index c9cacb3..bc26cde 100644 --- a/examples/.clang-tidy +++ b/examples/.clang-tidy @@ -6,6 +6,7 @@ Checks: > -*-non-private-member-variables-in-classes, -*avoid-c-arrays, -android-cloexec-fopen, + -boost-*, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-multi-level-implicit-pointer-conversion, -- cgit v1.2.1