Skip to content

Commit 45d41d6

Browse files
author
Bret Ambrose
committed
unknown constant accidentally got reverted
1 parent d526cca commit 45d41d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cpp-sdk-core/source/external/json-cpp/jsoncpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ const LargestInt Value::maxLargestInt = LargestInt(LargestUInt(-1) / 2);
15681568
const LargestUInt Value::maxLargestUInt = LargestUInt(-1);
15691569

15701570
/// Unknown size marker
1571-
static const unsigned int unknown = (size_t)-1;
1571+
static const size_t unknown = (size_t)-1;
15721572

15731573
#if !defined(JSON_USE_INT64_DOUBLE_CONVERSION)
15741574
template <typename T, typename U>

0 commit comments

Comments
 (0)