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

            Bug ID: 27212
           Summary: MSVC compatibility: Generating of implicit special
                    members should take into account MSVC compatibility
                    version
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Clang creates implicit move constructor/assign operator in all cases if there
is std=c++11. But MSVC supports such generation starting from version 1900
only. As result we have some binary incompatibility.

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

Reply via email to