exporting arb::load

This commit is contained in:
Zeno Rogue 2020-03-21 19:05:44 +01:00
parent c3fdc34f7c
commit 862d2c7e65
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ template<class T> void verify_index(int index, const T& v) { if(!correct_index(i
string unnamed = "unnamed";
void load(const string& fname) {
EX void load(const string& fname) {
fhstream f(fname, "rt");
string s;
while(true) {