✅ add test for #4440
This commit is contained in:
parent
230b35dc15
commit
b456b88dde
@ -947,7 +947,7 @@ TEST_CASE("regression tests 2")
|
|||||||
#if JSON_HAS_RANGES == 1
|
#if JSON_HAS_RANGES == 1
|
||||||
SECTION("issue 4440")
|
SECTION("issue 4440")
|
||||||
{
|
{
|
||||||
auto noOpFilter = std::views::filter([](auto&&)
|
auto noOpFilter = std::views::filter([](auto&&) noexcept
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user