From cbd6d8973050c74eb39bb0c60ba151a73f8a5933 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 13 Oct 2023 01:08:22 +0800 Subject: [PATCH] ... --- include/pocketpy/namedict.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/pocketpy/namedict.h b/include/pocketpy/namedict.h index 1e697758..bbc633a5 100644 --- a/include/pocketpy/namedict.h +++ b/include/pocketpy/namedict.h @@ -13,7 +13,8 @@ constexpr T default_invalid_value(){ else return Discarded(); } -#define PK_LOOP_K(B) for(int i=0; i struct SmallNameDict{