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 a7e5845 commit 9e3c920Copy full SHA for 9e3c920
core/analysis/multi_delimited_token_stream.cpp
@@ -85,7 +85,7 @@ class MultiDelimitedTokenStreamSingleCharsBase
85
public:
86
auto FindNextDelim() {
87
auto where = static_cast<Derived*>(this)->FindNextDelim();
88
- return std::make_pair(where, 1);
+ return std::make_pair(where, size_t{1});
89
}
90
};
91
0 commit comments