Update include/nlohmann/detail/json_custom_base_class.hpp
Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
parent
7d476a0368
commit
c5ede1af4c
@ -9,7 +9,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 implementations of the copy / move ctors / assign operators
|
||||||
of @ref basic_json do 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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user