• Philipp A. Hartmann's avatar
    GenericValue: fixup bool constructor · 9b3969d0
    Philipp A. Hartmann authored
    With the new string handling API, the constructor taking a `bool`
    parameter matches in some unwanted cases, as pointers can be casted
    to `bool` implicitly.
    
    Add a SFINAE helper to this constructor to avoid matching arbitrary
    pointers.  To avoid confusion for the user, this mechanism is hidden
    from the Doxygen documentation.
    9b3969d0
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...
.travis.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...