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

            Bug ID: 38230
           Summary: std::integral_constant<...>::value compilation error
                    when used in module
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: C++
          Assignee: unassignedclangb...@nondot.org
          Reporter: as...@strong.ai
                CC: dgre...@apple.com, llvm-bugs@lists.llvm.org

Created attachment 20578
  --> https://bugs.llvm.org/attachment.cgi?id=20578&action=edit
Reproduce error

Assigning the value from integral_constant to a static member in a module used
by the current context as well as in the current context results in compilation
error (Static data member 'value' already has an initializer).

-- 
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