Fixed explicitly qualifying iterator type for gcc
This commit is contained in:
parent
b20e0a5e54
commit
39171cf060
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user