]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/explicit_instantiation.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / unordered_multimap / requirements / explicit_instantiation.cc
index 9b90d55ac2af215fd3a150ec3555034e38f140d0..59567df1122404dd91751620644f359566b5e872 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2005-02-17  Matt Austern  <austern@apple.com>
 //
-// Copyright (C) 2005-2013 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
@@ -30,13 +30,13 @@ using std::equal_to;
 using std::allocator;
 using std::pair;
 
-template class unordered_multimap<string, float>;
-template class unordered_multimap<string, int,
-                                 hash<string>, equal_to<string>, 
+template class std::tr1::unordered_multimap<string, float>;
+template class std::tr1::unordered_multimap<string, int,
+                                 hash<string>, equal_to<string>,
                                  allocator<pair<const string, int> > >;
-template class unordered_multimap<string, float,
+template class std::tr1::unordered_multimap<string, float,
                                  hash<string>, equal_to<string>,
                                  allocator<char> >;
-template class __unordered_multimap<string, int,
-                                   hash<string>, equal_to<string>, 
+template class std::tr1::__unordered_multimap<string, int,
+                                   hash<string>, equal_to<string>,
                                    allocator<pair<const string, int> >, true>;