mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
✅ 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
|
||||
SECTION("issue 4440")
|
||||
{
|
||||
auto noOpFilter = std::views::filter([](auto&&)
|
||||
auto noOpFilter = std::views::filter([](auto&&) noexcept
|
||||
{
|
||||
return true;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user