Skip to content

Commit

Permalink
Fixing syntax error from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Dec 10, 2023
1 parent c0ce397 commit 0edb1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/leaf/handle_errors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class verbose_diagnostic_info: public diagnostic_info

template <class Tup>
BOOST_LEAF_CONSTEXPR verbose_diagnostic_info( error_info const & ei, Tup const & tup ) noexcept:
diagnostic_info(ei, tup),
diagnostic_info(ei, tup)
{
}

Expand Down

0 comments on commit 0edb1e4

Please sign in to comment.