Remove accidentally duplicated doc text

This commit is contained in:
Raphael Grimm 2021-11-01 21:03:35 +01:00 committed by barcode
parent 2e7e67da97
commit 500fc0ab23

View File

@ -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),