In file included from 0_0_30581232_26591.cpp:9:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:39:37: error: '_Hashtable_traits' in namespace 'std::__detail' does not name a template type
using __umap_traits = __detail::_Hashtable_traits<_Cache, false, true>;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:46:20: error: '__umap_traits' does not name a type
typename _Tr = __umap_traits<__cache_default<_Key, _Hash>::value>>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:46:33: error: expected '>' before '<' token
typename _Tr = __umap_traits<__cache_default<_Key, _Hash>::value>>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:47:30: error: '_Hashtable' does not name a type
using __umap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:56:38: error: '_Hashtable_traits' in namespace 'std::__detail' does not name a template type
using __ummap_traits = __detail::_Hashtable_traits<_Cache, false, false>;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:63:20: error: '__ummap_traits' does not name a type
typename _Tr = __ummap_traits<__cache_default<_Key, _Hash>::value>>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:63:34: error: expected '>' before '<' token
typename _Tr = __ummap_traits<__cache_default<_Key, _Hash>::value>>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:64:31: error: '_Hashtable' does not name a type
using __ummap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:100:15: error: '__umap_hashtable' does not name a type
typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:101:7: error: '_Hashtable' does not name a type
_Hashtable _M_h;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:107:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::key_type key_type;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:108:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::value_type value_type;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:109:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::mapped_type mapped_type;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:110:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::hasher hasher;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:111:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::key_equal key_equal;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:112:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::allocator_type allocator_type;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:117:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::pointer pointer;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:118:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::const_pointer const_pointer;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:119:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::reference reference;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:120:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::const_reference const_reference;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:121:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::iterator iterator;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:122:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::const_iterator const_iterator;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:123:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::local_iterator local_iterator;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:124:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::const_local_iterator const_local_iterator;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:125:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::size_type size_type;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:126:24: error: '_Hashtable' has not been declared
typedef typename _Hashtable::difference_type difference_type;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:482:7: error: 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::erase(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator)' cannot be overloaded
erase(iterator __it)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:477:7: error: with 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::erase(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::const_iterator)'
erase(const_iterator __position)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:541:26: error: '_M_h' was not declared in this scope
noexcept( noexcept(_M_h.swap(__x._M_h)) )
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In constructor 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::size_type, const hasher&, const key_equal&, const allocator_type&)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:143:9: error: class 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' does not have any field named '_M_h'
: _M_h(__n, __hf, __eql, __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In constructor 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map(_InputIterator, _InputIterator, std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::size_type, const hasher&, const key_equal&, const allocator_type&)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:165:4: error: class 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' does not have any field named '_M_h'
: _M_h(__f, __l, __n, __hf, __eql, __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In constructor 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map(const allocator_type&)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:180:4: error: class 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' does not have any field named '_M_h'
: _M_h(__a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In constructor 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map(const std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&, const allocator_type&)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:190:4: error: class 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' does not have any field named '_M_h'
: _M_h(__umap._M_h, __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In constructor 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&&, const allocator_type&)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:200:4: error: class 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' does not have any field named '_M_h'
: _M_h(std::move(__umap._M_h), __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In constructor 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::unordered_map(std::initializer_list<int>, std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::size_type, const hasher&, const key_equal&, const allocator_type&)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:219:4: error: class 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>' does not have any field named '_M_h'
: _M_h(__l, __n, __hf, __eql, __a)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h: In member function 'std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator=(std::initializer_list<int>)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_map.h:244:2: error: '_M_h' was not declared in this scope
_M_h = __l;
^
GCC4.9.2/x86_64-w64-
|