From 500fc0ab2325e9e735800bfcc05f5ff4ae68dac2 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Mon, 1 Nov 2021 21:03:35 +0100 Subject: [PATCH] Remove accidentally duplicated doc text --- include/nlohmann/detail/json_custom_base_class.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/nlohmann/detail/json_custom_base_class.hpp b/include/nlohmann/detail/json_custom_base_class.hpp index 5e6d66ae9..1c278e4a1 100644 --- a/include/nlohmann/detail/json_custom_base_class.hpp +++ b/include/nlohmann/detail/json_custom_base_class.hpp @@ -10,13 +10,6 @@ namespace detail /*! @brief Default base class of the @ref basic_json class. -So that the correct implementation of the copy / move ctors / assign operators -of @ref basic_json does not require complex case distinctions -(no base class / custom base class), @ref basic_json always a base class. -By default this class is used, since empty and thus has no effect on the -behaviour of @ref basic_json. - - So that the correct implementation of the copy / move ctors / assign operators of @ref basic_json does not require complex case distinctions (no base class / custom base class used as customization point),