We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd263c commit ec90588Copy full SHA for ec90588
include/rapidjson/rapidjson.h
@@ -413,7 +413,7 @@ RAPIDJSON_NAMESPACE_END
413
RAPIDJSON_NAMESPACE_BEGIN
414
template <bool x> struct STATIC_ASSERTION_FAILURE;
415
template <> struct STATIC_ASSERTION_FAILURE<true> { enum { value = 1 }; };
416
-template<int x> struct StaticAssertTest {};
+template <size_t x> struct StaticAssertTest {};
417
RAPIDJSON_NAMESPACE_END
418
419
#define RAPIDJSON_JOIN(X, Y) RAPIDJSON_DO_JOIN(X, Y)
0 commit comments