From 92300bc6a29927f5354d516df76ad40be7fca868 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Sun, 11 Aug 2024 18:47:58 -0400 Subject: [PATCH] meta --- CMakeLists.txt | 2 +- include/blt/std/meta.h | 9 ++++++++- libraries/parallel-hashmap | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f35ace0..5d8d7ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 0.18.28) +set(BLT_VERSION 0.18.29) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT) diff --git a/include/blt/std/meta.h b/include/blt/std/meta.h index f6a54b4..d5c4113 100644 --- a/include/blt/std/meta.h +++ b/include/blt/std/meta.h @@ -33,6 +33,13 @@ namespace blt::meta using Next = arg_helper; }; + template + struct arg_helper + { + using First = IFirst; + using Next = void; + }; + template<> struct arg_helper { @@ -97,7 +104,7 @@ namespace blt::meta {}; \ template \ inline constexpr bool has_func_##FUNC##_v = has_func_##FUNC::value; \ - + } #endif //BLT_GP_META_H diff --git a/libraries/parallel-hashmap b/libraries/parallel-hashmap index 8a889d3..d88c5e1 160000 --- a/libraries/parallel-hashmap +++ b/libraries/parallel-hashmap @@ -1 +1 @@ -Subproject commit 8a889d3699b3c09ade435641fb034427f3fd12b6 +Subproject commit d88c5e15079047777b418132ece5879e7c9aaa2b