From 0edb1e4d962fdc372a171664bb56f6574b88d4d3 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 9 Dec 2023 19:13:47 -0800 Subject: [PATCH] Fixing syntax error from previous commit --- include/boost/leaf/handle_errors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/leaf/handle_errors.hpp b/include/boost/leaf/handle_errors.hpp index 7ca84079..11611966 100644 --- a/include/boost/leaf/handle_errors.hpp +++ b/include/boost/leaf/handle_errors.hpp @@ -243,7 +243,7 @@ class verbose_diagnostic_info: public diagnostic_info template BOOST_LEAF_CONSTEXPR verbose_diagnostic_info( error_info const & ei, Tup const & tup ) noexcept: - diagnostic_info(ei, tup), + diagnostic_info(ei, tup) { }