pugixml/src
Arseny Kapoulkine 208e2cf043 Change PUGI__SNPRINTF to use _countof for MSVC
The macro only works correctly when the input argument is an array with
a statically known size - pointers or arrays decayed to pointers won't
work silently.

While this is unlikely to surface issues that aren't caught in
tests/code review, use _countof for MSVC to prevent such code from
compiling.
2017-06-19 07:06:47 -07:00
..
pugiconfig.hpp Update copyright year to 2017 2017-01-26 20:12:06 -08:00
pugixml.cpp Change PUGI__SNPRINTF to use _countof for MSVC 2017-06-19 07:06:47 -07:00
pugixml.hpp Update copyright year to 2017 2017-01-26 20:12:06 -08:00