[LLVMbugs] [Bug 19631] explicit specialization outside of template's namespace inaccuretly accepted

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 2 02:26:04 PDT 2014


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

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> ---
Your quote from the standard shows that Clang is correct to accept this. The
specialization is in a namespace enclosing N. Since it's got a qualified name,
the second restriction does not apply.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140502/4b1f6fdf/attachment.html>


More information about the llvm-bugs mailing list