]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/2.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 25_algorithms / search_n / requirements / explicit_instantiation / 2.cc
index 8f1e138c1e3f274276095b7c51933688c7578a87..9ed76eaca1d194be9c00373e4724f060f80728df 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-2019 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
@@ -33,9 +34,9 @@ namespace std
   typedef std::size_t          size_type;
   typedef std::pointer_to_binary_function<value_type, value_type, bool> predicate_type;
 
-  template iterator_type search_n(iterator_type, iterator_type, 
+  template iterator_type search_n(iterator_type, iterator_type,
                                  size_type, const value_type&);
 
-  template iterator_type search_n(iterator_type, iterator_type, 
+  template iterator_type search_n(iterator_type, iterator_type,
                                  size_type, const value_type&, predicate_type);
-} 
+}