-
🔨 simplified interface for parser, lexer, and binary_reader · 186a9fd4Niels Lohmann authoredThese classes are now constructed with an interface adapter. This moves complexity from various places into the interface adapter class, or to some factories which now implement the different flavors of input. Furthermore, input adapters are kept in std::shared_ptr to avoid the need of manual deletion.
×