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()