mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +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 T, typename S> friend struct as_if;
|
||||
|
||||
typedef iterator iterator;
|
||||
typedef const_iterator const_iterator;
|
||||
typedef YAML::iterator iterator;
|
||||
typedef YAML::const_iterator const_iterator;
|
||||
|
||||
Node();
|
||||
explicit Node(NodeType::value type);
|
||||
|
Reference in New Issue
Block a user