Skip to content

Commit

Permalink
minor clang-tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Apr 16, 2023
1 parent 0dbf325 commit 74817cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ankerl/svector.h
Expand Up @@ -973,8 +973,8 @@ template <typename T, size_t NA, size_t NB>
} // namespace ANKERL_SVECTOR_NAMESPACE
} // namespace ankerl

// NOLINTNEXTLINE(cert-dcl58-cpp)
namespace std {
// NOLINTNEXTLINE(cert-dcl58-cpp)
inline namespace ANKERL_SVECTOR_NAMESPACE {

template <class T, size_t N, class U>
Expand Down

0 comments on commit 74817cf

Please sign in to comment.