mirror of
https://github.com/nlohmann/json.git
synced 2026-07-12 05:25:09 +00:00
55a12ee212
std::counted_iterator's constructor deduction guide isn't guaranteed to be intentionally supported by every standard library, so clang's -Weverything flags implicit CTAD on it. Use an explicit template argument instead, matching how the rest of the test suite avoids CTAD on standard library types under strict warning flags. Signed-off-by: Niels Lohmann <mail@nlohmann.me>