From 8861d3ec5a53df8664c26f0ad2798c9a6ce04c8c Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 9 Jul 2026 11:45:42 +0200 Subject: [PATCH] :rotating_light: fix warning Signed-off-by: Niels Lohmann --- docs/mkdocs/docs/api/basic_json/operator_ne.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs/docs/api/basic_json/operator_ne.md b/docs/mkdocs/docs/api/basic_json/operator_ne.md index 7b6496158..3835bee48 100644 --- a/docs/mkdocs/docs/api/basic_json/operator_ne.md +++ b/docs/mkdocs/docs/api/basic_json/operator_ne.md @@ -91,5 +91,7 @@ Linear. ## Version history -1. Added in version 1.0.0. Added C++20 member functions in version 3.11.0. Changed in version 3.12.x to remove special-casing for `NaN` and `discarded` values; `operator!=` now consistently means `!(a == b)`. -2. Added in version 1.0.0. Added C++20 member functions in version 3.11.0. Changed in version 3.12.x to remove special-casing for `NaN` and `discarded` values; `operator!=` now consistently means `!(a == b)`. +1. Added in version 1.0.0. Added C++20 member functions in version 3.11.0. Changed in version 3.12.x to remove + special-casing for `NaN` and `discarded` values; `operator!=` now consistently means `!(a == b)`. +2. Added in version 1.0.0. Added C++20 member functions in version 3.11.0. Changed in version 3.12.x to remove + special-casing for `NaN` and `discarded` values; `operator!=` now consistently means `!(a == b)`.