]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc
libstdc++: Add attribute to features deprecated in C++17 [PR91260]
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 25_algorithms / partition_point / requirements / explicit_instantiation / pod.cc
index 62fe8773d9a0eee57099822a539bf0b5c536c8c8..d91955c452cba2b4a77b18faa4f2cdf1efdc6669 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-options "-Wno-deprecated-declarations" }
 // { dg-do compile { target c++11 } }
 
 // 2008-06-28  Paolo Carlini  <paolo.carlini@oracle.com>
@@ -32,4 +33,4 @@ namespace std
   typedef std::pointer_to_unary_function<value_type, bool> predicate_type;
 
   template iterator_type partition_point(iterator_type, iterator_type, predicate_type);
-} 
+}