2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-11 11:52:18 +00:00

One more accumulate test bug fixed

This commit is contained in:
Emil Dotchevski
2023-08-26 20:44:28 -07:00
parent c3f61f154e
commit 8b5cd796ea

View File

@@ -18,7 +18,7 @@ namespace leaf = boost::leaf;
template <int>
struct info
{
int value;
int value = 0;
};
leaf::error_id g()