mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Added some parser exceptions.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace YAML
|
||||
{
|
||||
// version
|
||||
version.major = 1;
|
||||
version.minor = 1;
|
||||
version.minor = 2;
|
||||
|
||||
// and tags
|
||||
tags.clear();
|
||||
|
Reference in New Issue
Block a user