mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Split the yaml.h file into new/old API, which we'll then copy to yaml.h at build time (so the right one gets installed)
This commit is contained in:
@@ -16,9 +16,7 @@ namespace YAML
|
||||
inline bool operator == (const _Null&, const _Null&) { return true; }
|
||||
inline bool operator != (const _Null&, const _Null&) { return false; }
|
||||
|
||||
#if YAML_CPP_OLD_API
|
||||
YAML_CPP_API bool IsNull(const Node& node);
|
||||
#endif
|
||||
YAML_CPP_API bool IsNull(const Node& node); // old API only
|
||||
|
||||
extern YAML_CPP_API _Null Null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user