Update comment

This commit is contained in:
Charles Milette 2019-07-25 17:12:48 -04:00
parent 0d671a2e19
commit dfc0b35360
No known key found for this signature in database
GPG Key ID: 1A5AE81377AD973A

View File

@ -64,7 +64,7 @@ inline uint32_t clzll(uint64_t x) {
} }
#define RAPIDJSON_CLZLL RAPIDJSON_NAMESPACE::internal::clzll #define RAPIDJSON_CLZLL RAPIDJSON_NAMESPACE::internal::clzll
#endif // defined(__has_builtin) && __has_builtin(__builtin_clzll) #endif // (defined(__GNUC__) && __GNUC__ >= 4) || RAPIDJSON_HAS_BUILTIN(__builtin_clzll)
} // namespace internal } // namespace internal
RAPIDJSON_NAMESPACE_END RAPIDJSON_NAMESPACE_END