Skip to content

Commit

Permalink
Including nullptr_t header
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewing committed Feb 8, 2024
1 parent 0721925 commit 0fdff43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Checks: >
portability-std-allocator-const,
readability-*,
-readability-magic-numbers,
-readability-named-parameter
-readability-named-parameter,
-readability-function-cognitive-complexity
CheckOptions:
- key: bugprone-argument-comment.StrictMode
value: 1
Expand Down
1 change: 1 addition & 0 deletions include/mdcomp/function_ref.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <cassert>
#include <cstddef>
#include <functional>
#include <type_traits>
#include <utility>
Expand Down

0 comments on commit 0fdff43

Please sign in to comment.