• N
    🔥 removed deprecated constructor #480 · 7b8fd864
    Niels Lohmann 提交于
    The constructor basic_json(std::istream&, const parser_callback_t) has
    been deprecated since version 2.0.0. This commit removes it together
    with its code example, deprecation macro, and test cases. The code now
    also compiles with -W-deprecated-declarations.
    7b8fd864
Makefile 6.1 KB