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

            Bug ID: 32072
           Summary: Class no longer convertible after declaration member
                    of type std::function<Class()>
           Product: clang
           Version: 4.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: jva...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 18027
  --> https://bugs.llvm.org/attachment.cgi?id=18027&action=edit
Reproduction

The result of std::is_convertible<C, C>::value is dependend on having a member
of type: std::function<C()>

Full reproduction, see attachment.

Found on Clang-Cl 4.0.0-RC2, compiles on MSVC2015

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to