From 8b5cd796ead60c9953353c1bf6b2312d3db2fda4 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 26 Aug 2023 20:44:28 -0700 Subject: [PATCH] One more accumulate test bug fixed --- test/accumulate_basic_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/accumulate_basic_test.cpp b/test/accumulate_basic_test.cpp index 928d702..b32c97a 100644 --- a/test/accumulate_basic_test.cpp +++ b/test/accumulate_basic_test.cpp @@ -18,7 +18,7 @@ namespace leaf = boost::leaf; template struct info { - int value; + int value = 0; }; leaf::error_id g()