Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Milette <me@charlesmilette.net>2019-07-26 00:12:48 +0300
committerCharles Milette <me@charlesmilette.net>2019-07-26 00:12:48 +0300
commitdfc0b35360ddf5ee4159a2e1b29abdce8947d0e0 (patch)
tree5f865bf6666f91568d624eb265e788ca669d9872 /include
parent0d671a2e19afe6f1a8197f0fdf760f219cb4f1f8 (diff)
Update comment
Diffstat (limited to 'include')
-rw-r--r--include/rapidjson/internal/clzll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rapidjson/internal/clzll.h b/include/rapidjson/internal/clzll.h
index 3449038b..6d93aef1 100644
--- a/include/rapidjson/internal/clzll.h
+++ b/include/rapidjson/internal/clzll.h
@@ -64,7 +64,7 @@ inline uint32_t clzll(uint64_t x) {
}
#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
RAPIDJSON_NAMESPACE_END