This commit is contained in:
Jesse Beder
2014-03-22 22:46:04 -05:00
parent 0fbeac8f4f
commit 5fd25df859
35 changed files with 198 additions and 112 deletions

View File

@@ -1,9 +1,15 @@
#include "yaml-cpp/emitfromevents.h"
#include "yaml-cpp/emitter.h"
#include "yaml-cpp/null.h"
#include <cassert>
#include <sstream>
#include "yaml-cpp/emitfromevents.h"
#include "yaml-cpp/emitter.h"
#include "yaml-cpp/emittermanip.h"
#include "yaml-cpp/null.h"
namespace YAML {
struct Mark;
} // namespace YAML
namespace {
std::string ToString(YAML::anchor_t anchor) {
std::stringstream stream;