Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
Raphael Grimm 2021-11-01 21:00:51 +01:00 committed by barcode
parent 5204ebb0d0
commit 2e7e67da97

View File

@ -36,7 +36,7 @@ SOFTWARE.
#include <nlohmann/json.hpp>
// Test extending nlohmann::json by using a custom base class.
// Add some metadata to each node ant test the behaviour of copy / move
// Add some metadata to each node and test the behaviour of copy / move
template<class MetaDataType>
class json_metadata
{