From 4eaed6c23dabfaf2dfe5fa8a530a7ab6e16bcfdc Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 12 Jun 2001 18:50:37 +0000 Subject: [PATCH] remove superfluous, illegal "typename" (twice) [SVN r10314] --- iterators_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iterators_test.cpp b/iterators_test.cpp index 852bf09..b1d09c5 100644 --- a/iterators_test.cpp +++ b/iterators_test.cpp @@ -106,10 +106,10 @@ private: // Class-static data definitions -typename test_opr_base::fruit_array_type +test_opr_base::fruit_array_type test_opr_base::fruit = { "apple", "orange", "pear", "peach", "grape", "plum" }; -typename test_opr_base::scratch_array_type +test_opr_base::scratch_array_type test_opr_base::scratch = ""; template