• Philipp A. Hartmann's avatar
    StrLen: align implementations · 7a2e6e79
    Philipp A. Hartmann authored
    There are two copies of `StrLen` in the RapidJSON code base
     * strfunc.h: rapidjson::internal::StrLen<Ch>
     * unittest.h: Strlen<Ch>
    
    To hide a warning on MSVC, align both implementations to use
    'unsigned/SizeType' as return type and add an explicit cast.
    7a2e6e79
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...