From ef4a7bbe3a818e5166548d1ba5edee7713c66214 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 5 Jan 2016 22:01:51 +0100 Subject: o Seemingly working Mutexes. o Dropping the privileged/unprivileged split for now. --- playground/include/playground.h | 1 + 1 file changed, 1 insertion(+) (limited to 'playground/include/playground.h') 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 static inline constexpr size_t SizeOfArray(const T(&)[N]) { -- cgit v1.2.3