Skip to content

Commit 52c3a60

Browse files
committed
longer literals
1 parent 5b55c69 commit 52c3a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpp/utility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ struct Constant {
572572
};
573573

574574
struct Literal {
575-
constexpr static u64 max_len = 24;
575+
constexpr static u64 max_len = 32;
576576

577577
constexpr Literal() = default;
578578

0 commit comments

Comments
 (0)