• Philipp A. Hartmann's avatar
    GenericValue: add and use IsGenericValue meta function · 1da07843
    Philipp A. Hartmann authored
    This commit adds an IsGenericValue meta function to match arbitrary
    instantiations of the GenericValue template (or derived classes).
    
    This meta function is used in the SFINAE-checks to avoid matching
    the generic APIs (operator=,==,!=; AddMember, PushBack) for instances
    of the main template.  This avoids ambiguities with the GenericValue
    overloads.
    1da07843
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...