From 9d3b6eb8b36dfb2b7ece5e1df8b173ada2a7a54a Mon Sep 17 00:00:00 2001 From: paolo Date: Fri, 25 Jun 2004 09:37:21 +0000 Subject: 2004-06-25 Paolo Carlini * testsuite/25_algorithms/fill/1.cc: Tweak instantiations. * testsuite/25_algorithms/fill/2.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83646 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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(+) (limited to 'libstdc++-v3') 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() -- cgit v1.2.1