remove superfluous, illegal "typename" (twice)

[SVN r10314]
This commit is contained in:
Jens Maurer 2001-06-12 18:50:37 +00:00
parent 4d0dd46471
commit 4eaed6c23d

View File

@ -106,10 +106,10 @@ private:
// Class-static data definitions // 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" }; 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 = ""; test_opr_base::scratch = "";
template <typename T, typename R, typename P> template <typename T, typename R, typename P>