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 40b8f3d commit be6e79eCopy full SHA for be6e79e
1 file changed
test.cpp
@@ -223,6 +223,9 @@ static std::string toString(const simplecpp::OutputList &outputList)
223
case simplecpp::Output::Type::PORTABILITY_BACKSLASH:
224
ostr << "portability_backslash,";
225
break;
226
+ case simplecpp::Output::Type::PORTABILITY_LINE_DIRECTIVE:
227
+ ostr << "portability_line_directive,";
228
+ break;
229
case simplecpp::Output::Type::PORTABILITY_NO_EOF_NEWLINE:
230
ostr << "portability_no_eof_newline,";
231
0 commit comments