[LLVMbugs] [Bug 15064] erroneous substitution failure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 25 11:14:37 PST 2013


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|                            |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2013-01-25 13:14:37 CST ---
The partial specialization of FooEnabler is declared too late; the
specialization for 'const char *' is first instantiated inside 'extract'.

-- 
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.



More information about the llvm-bugs mailing list