mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fixed compiler error in iterator_base friend forward declaration in node on clang (and I hope MSVC), plus warnings on clang
This commit is contained in:
@@ -21,7 +21,7 @@ namespace YAML
|
||||
friend class NodeBuilder;
|
||||
friend class NodeEvents;
|
||||
friend class detail::node_data;
|
||||
template<typename, typename, typename> friend class detail::iterator_base;
|
||||
template<typename> friend class detail::iterator_base;
|
||||
|
||||
Node();
|
||||
explicit Node(NodeType::value type);
|
||||
|
Reference in New Issue
Block a user