Replaced the queue of Token pointers with values.

We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
This commit is contained in:
Jesse Beder
2008-07-20 05:02:01 +00:00
parent 2eab1e025e
commit 09d7ab365f
25 changed files with 297 additions and 251 deletions

View File

@@ -206,7 +206,7 @@
>
</File>
<File
RelativePath=".\yaml-reader\test.yaml"
RelativePath=".\yaml-reader\tests\test.yaml"
>
</File>
</Filter>