Skip to content

Commit

Permalink
Ignore- try less limit to see would that pass MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Jun 13, 2024
1 parent d5cfbba commit ff4f793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/common/unicode/messagepattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ class U_COMMON_API MessagePattern : public UObject {

static const int32_t MAX_LENGTH=0xffff;
static const int32_t MAX_VALUE=0x7fff;
static const int32_t MAX_NESTED_LEVELS=0x0fff;
static const int32_t MAX_NESTED_LEVELS=0x01ff;

// Some fields are not final because they are modified during pattern parsing.
// After pattern parsing, the parts are effectively immutable.
Expand Down

0 comments on commit ff4f793

Please sign in to comment.