From 2f05a7d1575c40c0b2f686fa66a5d4e6083e8a8e Mon Sep 17 00:00:00 2001 From: Junekey Jeon Date: Thu, 28 Mar 2024 15:29:45 -0700 Subject: [PATCH] Remove an unused parameter --- include/dragonbox/dragonbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dragonbox/dragonbox.h b/include/dragonbox/dragonbox.h index 5878574..d773518 100644 --- a/include/dragonbox/dragonbox.h +++ b/include/dragonbox/dragonbox.h @@ -3422,7 +3422,7 @@ namespace jkj { template constexpr convert_to_policy_holder> - make_policy_holder(BaseDefaultPairList, Policies... policies) { + make_policy_holder(BaseDefaultPairList, Policies...) { static_assert(check_policy_list_validity(BaseDefaultPairList{}, Policies{}...), "jkj::dragonbox: an invalid policy is specified");