re PR libstdc++/29134 (Has there been a serious attempt to define the max_size()...
[platform/upstream/gcc.git] / libstdc++-v3 / testsuite / tr1 / 6_containers / unordered / instantiate / multiset.cc
index e022e8b..5d1e871 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2005-02-17  Matt Austern  <austern@apple.com>
 //
-// Copyright (C) 2005 Free Software Foundation, Inc.
+// Copyright (C) 2005, 2006 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,3 +30,5 @@ using namespace std::tr1;
 template class unordered_multiset<int>;
 template class unordered_multiset<int, hash<int>, equal_to<int>,
                                  allocator<int>, true>;
+template class unordered_multiset<int, hash<int>, equal_to<int>,
+                                 allocator<char>, false>;