In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:60:0,
from 0_0_35179817_17473.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h: In instantiation of 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_II, _II) [with _InputIterator = char; _Key = char; _Val = std::pair<const char, char>; _KeyOfValue = std::_Select1st<std::pair<const char, char> >; _Compare = std::less<char>; _Alloc = std::allocator<std::pair<const char, char> >]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:706:11: required from 'void std::map<_Key, _Tp, _Compare, _Alloc>::insert(_InputIterator, _InputIterator) [with _InputIterator = char; _Key = char; _Tp = char; _Compare = std::less<char>; _Alloc = std::allocator<std::pair<const char, char> >]'
0_0_35179817_17473.cpp:25:27: required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:1843:29: error: invalid type argument of unary '*' (have 'char')
_M_insert_unique_(end(), *__first);
^
|