6 Sep
2022
6 Sep
'22
9:52 a.m.
On Tue, 6 Sept 2022 at 04:57, Emil Dotchevski via Boost < boost@lists.boost.org> wrote:
Please confirm that this branch solves the problem: https://github.com/boostorg/leaf/tree/feature/werror.
Thank you, this branch solves the problem only for Debug build. For Release it fails to compile boost/leaf/detail/optional.hpp with 4 messages "Unused parameter 'key' " for lines 140, 146, 152 and 158. So in order to suppress the warnings I have added 'ignore' template funcion https://github.com/rokoDev/leaf/tree/feature/werror