This commit is contained in:
Jesse Beder
2014-03-22 23:14:48 -05:00
parent 8d7eb02c46
commit 4b40441cee
17 changed files with 115 additions and 45 deletions

View File

@@ -1,8 +1,13 @@
#include "nodetests.h"
#include "yaml-cpp/yaml.h"
#include <boost/version.hpp>
#include <iostream>
#include <boost/version.hpp>
#include "nodetests.h"
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
namespace YAML {
class InvalidNode;
template <typename T> class TypedBadConversion;
} // namespace YAML
#if BOOST_VERSION >= 103400
#include <boost/foreach.hpp>

View File

@@ -1,8 +1,9 @@
#include "spectests.h"
#include "specexamples.h"
#include "yaml-cpp/yaml.h"
#include <iostream>
#include "specexamples.h"
#include "spectests.h"
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
#define YAML_ASSERT(cond) \
do { \
if (!(cond)) \