Add flow/block style setting on Nodes

This commit is contained in:
Jesse Beder
2015-01-24 13:11:43 -06:00
parent 9880b608b9
commit 0c280724e9
13 changed files with 252 additions and 84 deletions

View File

@@ -41,8 +41,7 @@ void parse(std::istream& input) {
try {
YAML::Node doc = YAML::Load(input);
std::cout << doc << "\n";
}
catch (const YAML::Exception& e) {
} catch (const YAML::Exception& e) {
std::cerr << e.what() << "\n";
}
}