• Philipp A. Hartmann's avatar
    explicitly qualify C(++) library functions · 5117f9e5
    Philipp A. Hartmann authored
    Some compilers do not export the standard C library functions
    to the global namespace, in case the C++ header variants are
    included (<cstdlib>, <cstring>).
    
    RapidJSON currently uses:
     * malloc, realloc, free
     * memcpy, memmove, memset, memcpy
    
    Add an explicit namespace qualification to avoid lookup problems.
    5117f9e5
rapidjson.h 19.2 KB