]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/pod.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 25_algorithms / remove_if / requirements / explicit_instantiation / pod.cc
index 26b251d191ac6fe702c0cc213f4ba0522a5b991f..6a414048693e2b45563df1c24192310fad374d0a 100644 (file)
@@ -1,8 +1,9 @@
+// { dg-options "-Wno-deprecated-declarations" }
 // { dg-do compile }
 
 // 2007-09-20 Benjamin Kosnik <bkoz@redhat.com>
 
-// Copyright (C) 2007-2020 Free Software Foundation, Inc.
+// Copyright (C) 2007-2024 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
@@ -31,6 +32,6 @@ namespace std
   typedef value_type*          iterator_type;
   typedef std::pointer_to_unary_function<value_type, bool> predicate_type;
 
-  template iterator_type remove_if(iterator_type, iterator_type, 
+  template iterator_type remove_if(iterator_type, iterator_type,
                                   predicate_type);
-} 
+}