summaryrefslogtreecommitdiff
path: root/include/fud_span.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/fud_span.hpp')
-rw-r--r--include/fud_span.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fud_span.hpp b/include/fud_span.hpp
index ed4bcc7..b274d6f 100644
--- a/include/fud_span.hpp
+++ b/include/fud_span.hpp
@@ -35,6 +35,7 @@ struct Span {
using ValueType = T;
T* m_data;
+ // NOLINTNEXTLINE(cppcoreguidelines-avoid-const-or-ref-data-members)
const size_t m_size;
static Span make(Array<T, Size>& array)