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

            Bug ID: 19988
           Summary: class __declspec(dllimport) gives error with deleted
                    operators
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following builds with cl but not with clang-cl

template <typename> class __declspec(dllimport) A {
  void operator=(A) = delete;
};

A<int> a;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to