aboutsummaryrefslogtreecommitdiff
path: root/playground/include/playground.h
diff options
context:
space:
mode:
Diffstat (limited to 'playground/include/playground.h')
-rw-r--r--playground/include/playground.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playground/include/playground.h b/playground/include/playground.h
index 3ccfeeb..168c5c5 100644
--- a/playground/include/playground.h
+++ b/playground/include/playground.h
@@ -13,6 +13,7 @@ int main();
extern "C"
void Default_Handler();
+// TODO: replace with std::extent<>; http://en.cppreference.com/w/cpp/types/extent
template<typename T, size_t N>
static inline constexpr
size_t SizeOfArray(const T(&)[N]) {