Merged r295:305 from the tags branch to the trunk

This commit is contained in:
jbeder
2009-10-29 15:48:06 +00:00
parent 4f74f805c2
commit cccbddb54c
27 changed files with 973 additions and 145 deletions

View File

@@ -18,6 +18,7 @@ namespace YAML
bool WriteComment(ostream& out, const std::string& str, int postCommentIndent);
bool WriteAlias(ostream& out, const std::string& str);
bool WriteAnchor(ostream& out, const std::string& str);
bool WriteTag(ostream& out, const std::string& str);
}
}