]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util / regression / trait / assoc / type_trait.hpp
index 4c3f7cabe776b7cdcdfc7af8894b0d2018a29a36..b2a25689394f5e6cf414f4080010a8466f79afa3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-// Copyright (C) 2005, 2006, 2009 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
@@ -74,7 +74,7 @@ namespace __gnu_pbds
       private:
        typedef typename cntnr::allocator_type::template rebind<basic_type>::other
        basic_type_rebind;
-       
+
        typedef typename basic_type_rebind::const_reference basic_type_const_reference;
 
        typedef typename cntnr::allocator_type::template rebind<std::pair<const basic_type, basic_type> >::other pair_type_rebind;
@@ -92,7 +92,7 @@ namespace __gnu_pbds
 
        template<typename Gen>
        static value_type
-        generate_value(Gen& gen, size_t max, 
+        generate_value(Gen& gen, size_t max,
                       std::pair<const basic_type, basic_type>)
        { return std::make_pair(basic_type(gen, max), basic_type(gen, max)); }
 
@@ -108,4 +108,4 @@ namespace __gnu_pbds
   } // namespace test
 } // namespace __gnu_pbds
 
-#endif 
+#endif