Commit 6f22ba91 by Benjamin Kosnik

fix

From-SVN: r22075
parent 3d7fcc04
...@@ -24,8 +24,8 @@ protected: ...@@ -24,8 +24,8 @@ protected:
T4 value; T4 value;
public: public:
Xfourteen(T4 init): value(init) {} Xfourteen(T4 init): value(init) {}
template <template <typename T4> class T5> template <template <typename T4> class T5> // ERROR - .*
friend bool isequal (Xfourteen<int>& lhs, Xfourteen<int>& rhs);// ERROR - .* friend bool isequal (Xfourteen<int>& lhs, Xfourteen<int>& rhs);
}; };
...@@ -72,7 +72,7 @@ public: ...@@ -72,7 +72,7 @@ public:
T9 value; T9 value;
}; };
template <typename T10, template <typename T12> class C10>// ERROR - .* template <typename T10, template <typename T12> class C10>
class Xseventeen { class Xseventeen {
protected: protected:
C10<T10> value; C10<T10> value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment