This commit is contained in:
Jayden 2022-10-20 02:29:12 +00:00 committed by GitHub
commit 547b4cc120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
namespace YAML {
class Binary;
struct _Null;
template <typename T>
template <typename T, typename Enable>
struct convert;
} // namespace YAML

View File

@ -141,8 +141,8 @@ YAML_CPP_API bool operator==(const Node& lhs, const Node& rhs);
YAML_CPP_API Node Clone(const Node& node);
template <typename T>
template <typename T, typename Enable = void>
struct convert;
}
} // namespace YAML
#endif // NODE_NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66