Update include/nlohmann/detail/json_custom_base_class.hpp

Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
Raphael Grimm 2022-08-27 17:12:34 +02:00 committed by GitHub
parent e9f5e0ca3d
commit b3816f1422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ namespace detail
@brief Default base class of the @ref basic_json class. @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 implementation of the copy / move ctors / assign operators
of @ref basic_json does not require complex case distinctions of @ref basic_json do not require complex case distinctions
(no base class / custom base class used as customization point), (no base class / custom base class used as customization point),
@ref basic_json always has a base class. @ref basic_json always has a base class.
By default, this class is used because it is empty and thus has no effect By default, this class is used because it is empty and thus has no effect