make amalgamate

This commit is contained in:
barcode 2022-08-27 18:11:21 +02:00
parent c5ede1af4c
commit 19423a7cb5

View File

@ -13687,7 +13687,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.