We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::vector
std::stack
simplecpp::TokenList::readfile()
1 parent 3c2a660 commit 1e8d746Copy full SHA for 1e8d746
1 file changed
simplecpp.cpp
@@ -658,7 +658,7 @@ static const std::string COMMENT_END("*/");
658
659
void simplecpp::TokenList::readfile(Stream &stream, const std::string &filename, OutputList *outputList)
660
{
661
- std::stack<simplecpp::Location> loc;
+ std::stack<simplecpp::Location, std::vector<simplecpp::Location>> loc;
662
663
unsigned int multiline = 0U;
664
0 commit comments