mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
More simple scalar scanning.
This commit is contained in:
@@ -36,8 +36,9 @@ namespace YAML
|
||||
|
||||
try {
|
||||
scanner.Scan();
|
||||
} catch(const UnknownToken& e) {
|
||||
} catch(const Exception& e) {
|
||||
}
|
||||
getchar();
|
||||
// if(!scanner)
|
||||
// return;
|
||||
|
||||
|
Reference in New Issue
Block a user