[llvm-bugs] [Bug 27212] New: MSVC compatibility: Generating of implicit special members should take into account MSVC compatibility version

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 5 03:11:32 PDT 2016


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: unassignedclangbugs at nondot.org
          Reporter: andrew.v.tischenko at gmail.com
                CC: llvm-bugs at lists.llvm.org
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160405/eaf7fc8f/attachment.html>


More information about the llvm-bugs mailing list