summaryrefslogtreecommitdiff
path: root/AK/StdLibExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/StdLibExtras.h')
-rw-r--r--AK/StdLibExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/StdLibExtras.h b/AK/StdLibExtras.h
index 9a8928d641..a361b42fd0 100644
--- a/AK/StdLibExtras.h
+++ b/AK/StdLibExtras.h
@@ -21,7 +21,7 @@ constexpr auto round_up_to_power_of_two(T value, U power_of_two) requires(IsInte
//
// clang-format off
#ifndef AK_DONT_REPLACE_STD
-namespace std {
+namespace std { // NOLINT(cert-dcl58-cpp) Names in std to aid tools
// NOTE: These are in the "std" namespace since some compilers and static analyzers rely on it.