From c5ede1af4cf42539afabeff61b04b2471ddb87dd Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Sat, 27 Aug 2022 17:33:31 +0200 Subject: [PATCH] Update include/nlohmann/detail/json_custom_base_class.hpp Co-authored-by: Niels Lohmann --- include/nlohmann/detail/json_custom_base_class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/detail/json_custom_base_class.hpp b/include/nlohmann/detail/json_custom_base_class.hpp index 688bf90bd..5dc839ff3 100644 --- a/include/nlohmann/detail/json_custom_base_class.hpp +++ b/include/nlohmann/detail/json_custom_base_class.hpp @@ -9,7 +9,7 @@ namespace detail /*! @brief Default base class of the @ref basic_json class. -So that the correct implementation of the copy / move ctors / assign operators +So that the correct implementations of the copy / move ctors / assign operators of @ref basic_json do not require complex case distinctions (no base class / custom base class used as customization point), @ref basic_json always has a base class.