mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +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:
6
yaml-reader/tests.h
Normal file
6
yaml-reader/tests.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <string>
|
||||
|
||||
namespace Test {
|
||||
void RunAll();
|
||||
bool Inout(const std::string& file);
|
||||
}
|
Reference in New Issue
Block a user