Fix CI (again) (#4196)

This commit is contained in:
Niels Lohmann
2023-11-01 21:23:55 +01:00
committed by GitHub
parent 59da644db4
commit 0261bc04d3
12 changed files with 52 additions and 49 deletions

View File

@@ -245,7 +245,7 @@ integers, and between integers and floating-point values to integers. This beha
The rationale is twofold:
1. JSON does not define a number type or precision (see [#json-specification](above)).
1. JSON does not define a number type or precision (see above).
2. C++ also allows to silently convert between number types.
!!! success "Conditional number conversion"