-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Description
i could not compile this project with g++ 4.8.2, the error is :
flex_lexer.l:249:36: error: use of deleted function 'std::basic_stringstream& std::basic_stringstream::operator=(const std::basic_stringstream&)'
my solution :
modify the line of 249 in flex_lexer.l from \' { BEGIN singlequotedstring; strbuf = std::stringstream{}; } to
\' { BEGIN singlequotedstring; strbuf.clear(); strbuf.str(""); }
mrks
Metadata
Metadata
Assignees
Labels
No labels