Make nodebuilder part of the public API
This commit is contained in:
parent
28741f5892
commit
f881758b84
@ -1,5 +1,5 @@
|
|||||||
#include "yaml-cpp/node/node.h"
|
#include "yaml-cpp/node/node.h"
|
||||||
#include "nodebuilder.h"
|
#include "yaml-cpp/nodebuilder.h"
|
||||||
#include "nodeevents.h"
|
#include "nodeevents.h"
|
||||||
|
|
||||||
namespace YAML {
|
namespace YAML {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include "nodebuilder.h"
|
#include "yaml-cpp/nodebuilder.h"
|
||||||
#include "yaml-cpp/node/detail/node.h"
|
#include "yaml-cpp/node/detail/node.h"
|
||||||
#include "yaml-cpp/node/impl.h"
|
#include "yaml-cpp/node/impl.h"
|
||||||
#include "yaml-cpp/node/node.h"
|
#include "yaml-cpp/node/node.h"
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
#include "yaml-cpp/node/node.h"
|
#include "yaml-cpp/node/node.h"
|
||||||
#include "yaml-cpp/node/impl.h"
|
#include "yaml-cpp/node/impl.h"
|
||||||
#include "yaml-cpp/parser.h"
|
#include "yaml-cpp/parser.h"
|
||||||
#include "nodebuilder.h"
|
#include "yaml-cpp/nodebuilder.h"
|
||||||
|
|
||||||
namespace YAML {
|
namespace YAML {
|
||||||
Node Load(const std::string& input) {
|
Node Load(const std::string& input) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user