mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-23 12:15:28 -04:00
Added some parser exceptions.
This commit is contained in:
+1
-1
@@ -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