This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX


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&);
                      ^

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]