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:
@@ -18,7 +18,7 @@ namespace leaf = boost::leaf;
|
||||
template <int>
|
||||
struct info
|
||||
{
|
||||
int value;
|
||||
int value = 0;
|
||||
};
|
||||
|
||||
leaf::error_id g()
|
||||
|
||||
Reference in New Issue
Block a user