• Philipp A. Hartmann's avatar
    GenericValue: accept different allocators for read-only access · e294ce6f
    Philipp A. Hartmann authored
    Several GenericValue functions take a const-reference to another GenericValue
    only.  These functions can safely accept values with a different allocator
    type.
    
    The following functions are therefore extended by a SourceAllocator template
    parameter in this commit:
    
     - operator==/!=/[]
     - HasMember, FindMember, RemoveMember
     - StringEqual
    e294ce6f
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...