mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fixed explicitly qualifying iterator type for gcc
This commit is contained in:
@@ -24,8 +24,8 @@ namespace YAML
|
|||||||
template<typename> friend class detail::iterator_base;
|
template<typename> friend class detail::iterator_base;
|
||||||
template<typename T, typename S> friend struct as_if;
|
template<typename T, typename S> friend struct as_if;
|
||||||
|
|
||||||
typedef iterator iterator;
|
typedef YAML::iterator iterator;
|
||||||
typedef const_iterator const_iterator;
|
typedef YAML::const_iterator const_iterator;
|
||||||
|
|
||||||
Node();
|
Node();
|
||||||
explicit Node(NodeType::value type);
|
explicit Node(NodeType::value type);
|
||||||
|
Reference in New Issue
Block a user