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