We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aa966 commit 8050d3cCopy full SHA for 8050d3c
1 file changed
simplecpp.cpp
@@ -287,6 +287,7 @@ class simplecpp::TokenList::Stream {
287
isUtf16 = (bom == 0xfeff || bom == 0xfffe);
288
}
289
290
+private:
291
unsigned short getAndSkipBOM()
292
{
293
const int ch1 = peek();
0 commit comments