X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F25_algorithms%2Ffind_first_of%2Frequirements%2Fexplicit_instantiation%2Fpod.cc;h=027d66f565102c1519215362368bd7456c44b727;hb=83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c;hp=b61b80bbecc678e581d4e725896cec8d6258feb0;hpb=5624e564d2239a74daa140e726b7b229d6e9a115;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc index b61b80bbecc6..027d66f56510 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc @@ -1,8 +1,9 @@ // { dg-do compile } +// { dg-additional-options "-Wno-deprecated-declarations" { target c++11 } } // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2015 Free Software Foundation, Inc. +// Copyright (C) 2007-2023 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -37,4 +38,4 @@ namespace std template iterator_type find_first_of(iterator_type, iterator_type, iterator_type, iterator_type, predicate_type); -} +}