From da70596895d8135e08f8caac6978117697b4c021 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:39:29 +0200 Subject: [REFACTOR] Improved project structure. Signed-off-by: Amlal El Mahrouss --- dev/Boot/BootKit/Vendor/Shared/base.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev/Boot/BootKit/Vendor/Shared/base.h (limited to 'dev/Boot/BootKit/Vendor/Shared/base.h') diff --git a/dev/Boot/BootKit/Vendor/Shared/base.h b/dev/Boot/BootKit/Vendor/Shared/base.h deleted file mode 100644 index d1c028d7..00000000 --- a/dev/Boot/BootKit/Vendor/Shared/base.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef UTL_BASE_H -#define UTL_BASE_H - -#include -#include -#include - -namespace utl -{ - - /** - * @brief Helper to get number of elements in array. - * - * @tparam T Auto-deduced element type - * @tparam N Auto-deduced number of elements - * @return Array size - */ - template - constexpr size_t countof(T (&)[N]) - { - return N; - } - -} // namespace utl - -#endif \ No newline at end of file -- cgit v1.2.3