From a33212438ac05af84d0f7167a86034472efdb008 Mon Sep 17 00:00:00 2001 From: skypjack Date: Fri, 19 Jul 2024 10:37:34 +0200 Subject: [PATCH] runtime_view: instruct the linter to trust me --- src/entt/entity/runtime_view.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entt/entity/runtime_view.hpp b/src/entt/entity/runtime_view.hpp index 332a79337..c0dfa017b 100644 --- a/src/entt/entity/runtime_view.hpp +++ b/src/entt/entity/runtime_view.hpp @@ -38,6 +38,7 @@ public: it{}, tombstone_check{} {} + // NOLINTNEXTLINE(bugprone-easily-swappable-parameters) runtime_view_iterator(const std::vector &cpools, const std::vector &ignore, iterator_type curr) noexcept : pools{&cpools}, filter{&ignore},