1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-27 00:43:47 +00:00

Add todo comment.

This commit is contained in:
King_DuckZ 2017-05-06 21:57:31 +01:00
parent df384f5128
commit 376b34c1d0

View file

@ -107,6 +107,7 @@ namespace tawashi {
parParsedCharCount = 0;
std::string::const_iterator start_it = parIni->cbegin();
//TODO: make a skipper that also skips comments eg: blank | lit("//") >> *(char_ - eol)
const bool parse_ok = boost::spirit::qi::phrase_parse(
start_it,
parIni->cend(),