Skip to content
Snippets Groups Projects
Commit b7e58f3d authored by Vasileios Karakasis's avatar Vasileios Karakasis
Browse files

Replaced line buffer by an std::string.

The line buffer is no more a pure character array but a standard string.
For reading lines from the input stream we use the higher level
std::getline() function which takes care of overflow issues.

Side improvements: String comment prefixes are now supported.

Other changes: added `-pedantic' to the compilation flags, to force
strict C++11 compliance.
parent 330f437f
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment