https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66763

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc-ibm-aix*            |powerpc-ibm-aix*,
                   |                            |powerpc64le-unknown-linux-g
                   |                            |nu
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Started with the switch to C++14: r225272.

trippels@gcc2-power8 testsuite % g++ -std=c++98 -c -I./util/
25_algorithms/remove/requirements/explicit_instantiation/2.cc
trippels@gcc2-power8 testsuite % g++ -c -I./util/
25_algorithms/remove/requirements/explicit_instantiation/2.cc           
25_algorithms/remove/requirements/explicit_instantiation/2.cc:34:22: error:
‘std::value_type* std::remove(std::iterator_type, std::iterator_type, const
value_type&)’ is not declared in ‘std’
     const value_type&);
                      ^

Reply via email to