rapidjson
rapidjson copied to clipboard
Fixed forward declaration of PutUnsafe
The PutUnsafe() function can be found via ADL lookup. If ADL lookup rules do not apply, the default implementation of PutUnsafe() is used. The default implementation is a template that should be predeclared in the rapidjson namespace before the first use.
This PR is required when compiling with latest MSVC (&c++23)