]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/util/regression/trait/erase_if_fn.hpp
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util / regression / trait / erase_if_fn.hpp
index 7dcd3ed2771c90158f2c91a02c5e3fdea4d9033b..8205d81d7ba06493ed6d1cb6fd0b1c28ea7d1797 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-// Copyright (C) 2005-2013 Free Software Foundation, Inc.
+// Copyright (C) 2005-2022 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 terms
@@ -47,7 +47,7 @@ namespace __gnu_pbds
     namespace detail
     {
       template<typename T>
-      struct regression_test_erase_if_fn 
+      struct regression_test_erase_if_fn
       : public std::unary_function<T, bool>
       {
       private:
@@ -63,7 +63,7 @@ namespace __gnu_pbds
       };
 
       template<typename Hd, class Tl>
-      struct regression_test_erase_if_fn<std::pair<Hd, Tl> > 
+      struct regression_test_erase_if_fn<std::pair<Hd, Tl> >
       : public std::unary_function<std::pair<Hd, Tl>, bool>
       {
       private:
@@ -82,4 +82,4 @@ namespace __gnu_pbds
   } // namespace test
 } // namespace __gnu_pbds
 
-#endif 
+#endif