Skip to content

Commit

Permalink
✅ add test for #4440
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Nov 17, 2024
1 parent 230b35d commit b456b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/unit-regression2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ TEST_CASE("regression tests 2")
#if JSON_HAS_RANGES == 1
SECTION("issue 4440")
{
auto noOpFilter = std::views::filter([](auto&&)
auto noOpFilter = std::views::filter([](auto&&) noexcept
{
return true;
});
Expand Down

0 comments on commit b456b88

Please sign in to comment.