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

Sebastian Redl <[email protected]> changed:

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

--- Comment #5 from Sebastian Redl <[email protected]> 2012-02-29 
17:42:18 CST ---
Well, this case works now too:

struct D {
  D(int);
};

struct C {
 template<typename ...T>
 C(C const& c, T...);

 C(D);
} gc{{1}};

so I'm closing this bug.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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