mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-25 04:35:23 -04:00
Began new-api branch, and removed all traces of the old api from this branch
This commit is contained in:
@@ -1,17 +1,6 @@
|
||||
#include "yaml-cpp/null.h"
|
||||
|
||||
#ifdef YAML_CPP_OLD_API
|
||||
#include "yaml-cpp/old-api/node.h"
|
||||
#endif
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
_Null Null;
|
||||
|
||||
#ifdef YAML_CPP_OLD_API
|
||||
bool IsNull(const Node& node)
|
||||
{
|
||||
return node.Read(Null);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user