From 576df3214c16163b65f82064f035fd375d0c02aa Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 25 Jun 2004 09:37:21 +0000 Subject: [PATCH] 1.cc: Tweak instantiations. 2004-06-25 Paolo Carlini * testsuite/25_algorithms/fill/1.cc: Tweak instantiations. * testsuite/25_algorithms/fill/2.cc: Likewise. From-SVN: r83646 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/25_algorithms/fill/1.cc | 1 + libstdc++-v3/testsuite/25_algorithms/fill/2.cc | 1 + 3 files changed, 7 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0ecd5333402..d86adfbdc2e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-06-25 Paolo Carlini + + * testsuite/25_algorithms/fill/1.cc: Tweak instantiations. + * testsuite/25_algorithms/fill/2.cc: Likewise. + 2004-06-25 Dan Nicolaescu Paolo Carlini diff --git a/libstdc++-v3/testsuite/25_algorithms/fill/1.cc b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc index 62994bc5865..00830cbfbdf 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc @@ -60,6 +60,7 @@ void test01() #if !__GXX_WEAK__ && _MT_ALLOCATOR_H // Explicitly instantiate for systems with no COMDAT or weak support. template class __gnu_cxx::__mt_alloc >; +template class __gnu_cxx::__mt_alloc >; #endif int main() diff --git a/libstdc++-v3/testsuite/25_algorithms/fill/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc index 4f0437e80fb..51c45f31cbf 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc @@ -60,6 +60,7 @@ void test01() #if !__GXX_WEAK__ && _MT_ALLOCATOR_H // Explicitly instantiate for systems with no COMDAT or weak support. template class __gnu_cxx::__mt_alloc >; +template class __gnu_cxx::__mt_alloc >; #endif int main()