Do not use exceptions when scan file error occurs

This commit is contained in:
emeric
2015-09-02 20:56:12 +02:00
parent f58a277053
commit 14481d1e77
8 changed files with 133 additions and 134 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace MetaData
typedef std::shared_ptr<Parser> pointer;
virtual void parse(const boost::filesystem::path& p, Items& items) = 0;
virtual bool parse(const boost::filesystem::path& p, Items& items) = 0;
};