Skip to content

Commit 9e3c920

Browse files
committed
last commits from origin
1 parent a7e5845 commit 9e3c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/analysis/multi_delimited_token_stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class MultiDelimitedTokenStreamSingleCharsBase
8585
public:
8686
auto FindNextDelim() {
8787
auto where = static_cast<Derived*>(this)->FindNextDelim();
88-
return std::make_pair(where, 1);
88+
return std::make_pair(where, size_t{1});
8989
}
9090
};
9191

0 commit comments

Comments
 (0)