mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00

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.
6 lines
97 B
C
6 lines
97 B
C
#pragma once
|
|
|
|
#include "crt.h"
|
|
#include "parser.h"
|
|
#include "node.h"
|
|
#include "exceptions.h" |