• 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
bin Loading commit data...
build Loading commit data...
doc Loading commit data...
example Loading commit data...
include/rapidjson Loading commit data...
test Loading commit data...
thirdparty Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...