📝 cleanup

This commit is contained in:
Niels Lohmann 2022-12-04 14:12:22 +01:00
parent 1b779a7d4b
commit 52fd890454
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -208,9 +208,6 @@ The user-defined string literals [`operator""_json`](../api/operator_literal_jso
[`operator""_json_pointer`](../api/operator_literal_json_pointer.md) will be removed from the global namespace in the
next major release of the library.
To prepare existing code, define [`JSON_USE_GLOBAL_UDLS`](../api/macros/json_use_global_udls.md) to `0` and bring the
string literals into scope where needed.
=== "Deprecated"
```cpp