Код: Выделить всё
note: parameter passing for argument of type '__gnu_cxx::__normal_iterator
>' changed in GCC 7.1
_M_realloc_insert(end(), __x);
Код: Выделить всё
/opt/armv7-gcc-2017/arm-linux-gnueabihf/include/c++/7.2.0/bits/vector.tcc:105:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator' changed in GCC 7.1
_M_realloc_insert(end(), std::forward(__args)...);
Код: Выделить всё
/opt/armv7-gcc-2017/arm-linux-gnueabihf/include/c++/7.2.0/bits/vector.tcc:394:7: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator}' changed in GCC 7.1
vector::
Подробнее здесь: https://stackoverflow.com/questions/481 ... -gcc-7-1-m