https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763
--- Comment #6 from Jonathan Wakely ---
The difference is that we include ::remove in C++11 and later.
Reduced:
namespace std
{
template
_FIter
remove(_FIter, _FIter, const _Tp&);
}
extern "C" {
extern int remove (const char *_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763
--- Comment #5 from Jonathan Wakely ---
I don't see any problem in libstdc++, the function is right there in the
preprocessed output starting at line 34472
# 891
"/tmp/20150703/powerpc-ibm-aix7.1.0.0/libstdc++-v3/include/bits/stl_algo.h" 3
tem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763
--- Comment #4 from Markus Trippelsdorf ---
This is an old issue. It also fails with gcc-4.9 and std=c++11.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763
Markus Trippelsdorf changed:
What|Removed |Added
Target|powerpc-ibm-aix*|powerpc-ibm-aix*,