In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:71:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_25766073_3727.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h: In instantiation of 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = main()::<lambda(char)>]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:120:22: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = __gnu_cxx::__ops::_Iter_pred<main()::<lambda(char)> >]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:162:43: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = __gnu_cxx::__ops::_Iter_pred<main()::<lambda(char)> >]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3804:45: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = main()::<lambda(char)>]'
0_0_25766073_3727.cpp:43:77: required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h:231:30: error: void value not ignored as it ought to be
{ return bool(_M_pred(*__it)); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h: In instantiation of 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = main()::<lambda(char)>]':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:120:22: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = __gnu_cxx::__ops::_Iter_pred<main()::<lambda(char)> >]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:162:43: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = __gnu_cxx::__ops::_Iter_pred<main()::<lambda(char)> >]'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3804:45: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >; _Predicate = main()::<lambda(char)>]'
0_0_25766073_3727.cpp:58:77: required from here
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/predefined_ops.h:231:30: error: void value not ignored as it ought to be
|