diff options
Diffstat (limited to 'include/playground.h')
-rw-r--r-- | include/playground.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/playground.h b/include/playground.h deleted file mode 100644 index c224908..0000000 --- a/include/playground.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PLAYGROUND_H -#define PLAYGROUND_H - -extern "C" void halt(); - -template<typename T, size_t N> -static inline -size_t SizeOfArray(const T(&)[N]) { - return N; -} - -#endif |