|
|
@@ -226,8 +226,7 @@ parameter provoke an internal compiler error if the correct syntax
|
|
|
(with "typename") is used.
|
|
|
|
|
|
<pre>
|
|
|
-template<class T, typename T::result_type> // C1001: INTERNAL COMPILER ERROR: ms
|
|
|
-c1.cpp, line 1794
|
|
|
+template<class T, typename T::result_type> // C1001: INTERNAL COMPILER ERROR: msc1.cpp, line 1794
|
|
|
struct B {};
|
|
|
// (omit "typename" and it compiles)
|
|
|
|