• Philipp A. Hartmann's avatar
    Add customization macros for global new/delete · c557b230
    Philipp A. Hartmann authored
    As mentioned in #181, some environments may require adaptations to
    the internal calls to the global `new`/`delete` operators, like
    adding explicit `NULL` checks to `delete.
    
    This patch adds two new macros
     * RAPIDJSON_NEW(x)
     * RAPIDJSON_DELETE(x)
    to allow user-defined expressions in these cases.
    
    This fixes #181 in an alternative manner.
    c557b230
Name
Last commit
Last update
..
error Loading commit data...
internal Loading commit data...
msinttypes Loading commit data...
allocators.h Loading commit data...
document.h Loading commit data...
encodedstream.h Loading commit data...
encodings.h Loading commit data...
filereadstream.h Loading commit data...
filestream.h Loading commit data...
filewritestream.h Loading commit data...
memorybuffer.h Loading commit data...
memorystream.h Loading commit data...
prettywriter.h Loading commit data...
rapidjson.h Loading commit data...
reader.h Loading commit data...
stringbuffer.h Loading commit data...
writer.h Loading commit data...