Displaying 1 result from an estimated 1 matches for "save_suffix".
Did you mean:
name_suffix
2013 Mar 11
0
[LLVMdev] YAML IO problems
...ot;_test",
"int_test": 4
}
The test program when run shows:
YAML:5:15: error: invalid number
"int_test": 4
^~ // ^~ points to the 4
bool_test: true
save_directory: .",
"suffix": "_test",
"int_test": 4
}
save_suffix: _test",
"int_test": 4
}
int_test: -627100365
Done
Note the strings are both incorrect - it can't seem to identify the proper
end of each string. And it ends up lost looking at the integer.
The test code is:
#include <iostream>
#include <fstream>
#include "...