From 52fd890454e15946536711bc5f6e30fefa26c92b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 4 Dec 2022 14:12:22 +0100 Subject: [PATCH] :memo: cleanup --- docs/mkdocs/docs/integration/migration_guide.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/mkdocs/docs/integration/migration_guide.md b/docs/mkdocs/docs/integration/migration_guide.md index 508535bbf..69dc7eca9 100644 --- a/docs/mkdocs/docs/integration/migration_guide.md +++ b/docs/mkdocs/docs/integration/migration_guide.md @@ -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