From 34ebdd1ef3c7dd5883db899f2496882c5826ceea Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 4 May 2024 20:57:11 +0200 Subject: add comment --- src/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer.cpp b/src/timer.cpp index 57442018..c03c61d6 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -18,7 +18,7 @@ using Millis = duration; namespace { -template struct array_size_; +template struct array_size_; // todo! move to compat, replace usages of arraySize & std::size_t template struct array_size_ : std::integral_constant {}; template struct array_size_> : std::integral_constant {}; template constexpr inline auto array_size = array_size_::value; -- cgit v1.2.3