• 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
..
perftest Loading commit data...
unittest Loading commit data...