mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-01-31 01:25:20 +01: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