Running the tests under Fedora 40 revealed a double free (confirmed by valgrind) with the initializer_list arg for
optional_decode_deprecated_alternative
This commit changes the arg to an std::array, which should behave equal to the initializer_list without the syntactic sugar.
description
Running the tests under Fedora 40 revealed a double free (confirmed by valgrind) with the initializer_list arg for optional_decode_deprecated_alternative This commit changes the arg to an std::array, which should behave equal to the initializer_list without the syntactic sugar.