This commit is contained in:
nlohmann
2026-07-12 07:18:58 +00:00
parent 1342982e7d
commit ff9a03237d
269 changed files with 325 additions and 282 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -49,7 +49,7 @@ static basic_json parse(IteratorType first, SentinelType last,
```
- a custom sentinel type for C++20 ranges
- `std::counted_iterator` with a different sentinel type
- `std::default_sentinel_t`, when `IteratorType` is `std::counted_iterator`
```
## Parameters