]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util / native_type / native_hash_set.hpp
index b410cd70b42bfdc98cbe0cb043ad72b4d64925d9..ee690084655eb6e88f30549c2bf9c5d31bdf5029 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-// Copyright (C) 2005-2014 Free Software Foundation, Inc.
+// Copyright (C) 2005-2023 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
@@ -102,7 +102,7 @@ namespace __gnu_pbds
       static std::string
       name()
       {
-        return std::string("n_hash_set_") 
+        return std::string("n_hash_set_")
               + (Cache_Hash ? std::string("cah") : std::string("ncah"));
       }
 
@@ -113,7 +113,7 @@ namespace __gnu_pbds
        make_xml_tag("cache_hash_code", "value",
                     Cache_Hash ? std::string("true") : std::string("false"));
 
-        return make_xml_tag("type", "value", "std_tr1_unordered_set", 
+        return make_xml_tag("type", "value", "std_tr1_unordered_set",
                            cache_hash_desc);
       }
     };