filter comment or blank line for pmFromFile operator

This commit is contained in:
toubley
2018-12-29 18:02:48 +08:00
committed by Felipe Zimmerle
parent ea7cacf289
commit 7b1b00b5e1
2 changed files with 22 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ class PmFromFile : public Pm {
: Pm(n, std::move(param)) { }
bool init(const std::string &file, std::string *error) override;
bool isComment(const std::string &s);
};