We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639c410 commit 4dc4772Copy full SHA for 4dc4772
1 file changed
simplecpp.cpp
@@ -301,6 +301,7 @@ class simplecpp::TokenList::Stream {
301
isUtf16 = (bom == 0xfeff || bom == 0xfffe);
302
}
303
304
+private:
305
unsigned short getAndSkipBOM()
306
{
307
const int ch1 = peek();
0 commit comments