Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14k stars 3.5k forks source link

Added polymorphism test and virtual functions #2279

Open mondus opened 1 month ago

mondus commented 1 month ago

Pull request fixes #2278 by making Writer class functions virtual to allow correct behaviour when PrettyWriter is cast to the base class.

Changes made

tencent-adm commented 1 month ago

CLA assistant check
All committers have signed the CLA.