mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
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:
@@ -230,10 +230,18 @@
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\include\crt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\exceptions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\yaml.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Parser"
|
||||
>
|
||||
|
Reference in New Issue
Block a user