http://llvm.org/bugs/show_bug.cgi?id=12705

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Reid Kleckner <[email protected]> ---
This was fixed in r210382, we accept with a warning:

$ clang -c t.cpp
t.cpp:1:29: warning: using the undeclared type 'Foo' as a default template
argument is a Microsoft extension [-Wmicrosoft]
template<class T, class S = Foo>
                            ^
1 warning generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to