Move getline from the yoolex.hh header file to the generated C++ file
Logged In: YES user_id=132786
Actually needs to be in a libyoolex.a file. If we define it in the generated C++ and have multiple scanners the same function will exists twice.
Log in to post a comment.
Logged In: YES
user_id=132786
Actually needs to be in a libyoolex.a file. If we define it
in the generated C++ and
have multiple scanners the same function will exists twice.