Fixed program checking and executing report
This commit is contained in:
@@ -29,8 +29,8 @@ struct program {
|
||||
program() = default;
|
||||
explicit program(std::string filename);
|
||||
|
||||
bool load(std::string filename);
|
||||
bool load(std::istream& in);
|
||||
bool load_from_file(std::string filename);
|
||||
bool load_from_stream(std::istream& in);
|
||||
bool load_from_string(const std::string& content);
|
||||
|
||||
void dump(std::ostream& out);
|
||||
|
||||
Reference in New Issue
Block a user