ragg
ragg copied to clipboard
Parameter passing for argument of type changed in GCC 7.1
When installing under Debian 10 / 11 I get a lot of messages:
note: parameter passing for argument of type changed in GCC 7.1
Example:
/usr/include/c++/10/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {textshaping::Point}; _Tp = textshaping::Point; _Alloc = std::allocator<textshaping::Point>]’: /usr/include/c++/10/bits/vector.tcc:426:7: note: parameter passing for argument of type ‘std::vector<textshaping::Point>::iterator’ changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~