Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Dec 13, 2023
1 parent d007ce2 commit 9968dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/leaf/detail/capture_list.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace leaf_detail
}
}

BOOST_LEAF_CONSTEXPR bool empty() const noexcept
bool empty() const noexcept
{
return first_ == nullptr;
}
Expand Down

0 comments on commit 9968dd0

Please sign in to comment.