mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
remove superfluous, illegal "typename" (twice)
[SVN r10314]
This commit is contained in:
parent
4d0dd46471
commit
4eaed6c23d
@ -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 <typename T, typename R, typename P>
|
||||
|
Loading…
x
Reference in New Issue
Block a user