]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/explicit_instantiation.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / unordered_set / requirements / explicit_instantiation.cc
index 15679e1e629c17e5e7a34e927d9e3631c23dc86f..a63c3907363e78693801919b798f6edf32adf83d 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2005-02-17  Matt Austern  <austern@apple.com>
 //
-// Copyright (C) 2005-2016 Free Software Foundation, Inc.
+// Copyright (C) 2005-2020 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
@@ -27,10 +27,10 @@ using namespace std::tr1;
 using std::equal_to;
 using std::allocator;
 
-template class unordered_set<int>;
-template class unordered_set<float, hash<float>, equal_to<float>,
-                            allocator<float> >;
-template class unordered_set<int, hash<int>, equal_to<int>,
-                            allocator<char> >;
-template class __unordered_set<float, hash<float>, equal_to<float>,
-                              allocator<float>, true>;
+template class std::tr1::unordered_set<int>;
+template class std::tr1::unordered_set<float, hash<float>, equal_to<float>,
+                                      allocator<float> >;
+template class std::tr1::unordered_set<int, hash<int>, equal_to<int>,
+                                      allocator<char> >;
+template class std::tr1::__unordered_set<float, hash<float>, equal_to<float>,
+                                        allocator<float>, true>;