mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-11-08 14:56:11 +01:00
Including <iostream> causes the file to be polluted with a static
initializer for the __ioinit symbol. This can harm binary startup time.
For more info, see here:
http://neugierig.org/software/chromium/notes/2011/08/static-initializers.html