Apply suggestions from code review
Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
parent
925524532b
commit
8904546300
@ -101,8 +101,8 @@ Linear.
|
|||||||
|
|
||||||
!!! note "Comparing different `basic_json` specializations"
|
!!! note "Comparing different `basic_json` specializations"
|
||||||
|
|
||||||
Comparing different `basic_json` specializations can have surprising results. For instance, comparing the JSON
|
Comparing different `basic_json` specializations can have surprising effects. For instance, the result of comparing
|
||||||
objects
|
the JSON objects
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -120,7 +120,7 @@ Linear.
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
depends on whether [`nlohmann::json`](../json.md) order [`nlohmann::ordered_json`](../ordered_json.md) is used:
|
depends on whether [`nlohmann::json`](../json.md) or [`nlohmann::ordered_json`](../ordered_json.md) is used:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
--8<-- "examples/operator__equal__specializations.cpp"
|
--8<-- "examples/operator__equal__specializations.cpp"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user