[llvm-bugs] [Bug 39623] New: SFINAE in default template parameter does not delete the function.

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Nov 10 17:08:21 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39623

            Bug ID: 39623
           Summary: SFINAE in default template parameter does not delete
                    the function.
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: sidney.congard at gmail.com
                CC: blitzrakete at gmail.com, dgregor at apple.com,
                    erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

Clang does not seems to delete functions with SFINAE detection placed in a
default template parameter. I reproduced the case on Godbolt with clang (trunk)
:

https://godbolt.org/z/hp7xzV

-- 
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/20181111/4361de4d/attachment-0001.html>


More information about the llvm-bugs mailing list