Small plain scalar scanning fixes.

This commit is contained in:
Jesse Beder 2008-06-27 20:54:43 +00:00
parent 8fca02fb2a
commit a224c7818b
6 changed files with 82 additions and 48 deletions

View file

@ -34,10 +34,7 @@ namespace YAML
std::ifstream fin(fileName.c_str());
Scanner scanner(fin);
try {
scanner.Scan();
} catch(const Exception& e) {
}
scanner.Scan();
getchar();
// if(!scanner)
// return;