🚚 remove < from filename to fix Windows build

This commit is contained in:
Niels Lohmann 2020-08-16 21:39:40 +02:00
parent fe507a7ee8
commit 3be6ee3525
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -187,12 +187,12 @@ Access to the JSON value
### Lexicographical comparison operators
- [**operator==**](operator==.md) - comparison: equal
- [**operator!=**](operator!=.md) - comparison: not equal
- [**operator<**](operator<.md) - comparison: less than
- [**operator<=**](operator<=.md) - comparison: less than or equal
- [**operator>**](operator>.md) - comparison: greater than
- [**operator>=**](operator>=.md) - comparison: greater than or equal
- [**operator==**](operator_eq.md) - comparison: equal
- [**operator!=**](operator_ne.md) - comparison: not equal
- [**operator<**](operator_lt.md) - comparison: less than
- [**operator<=**](operator_le.md) - comparison: less than or equal
- [**operator>**](operator_gt.md) - comparison: greater than
- [**operator>=**](operator_ge.md) - comparison: greater than or equal
### Serialization / Dumping