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