[llvm-bugs] [Bug 38230] New: std::integral_constant<...>::value compilation error when used in module

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 19 12:01:51 PDT 2018


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: unassignedclangbugs at nondot.org
          Reporter: asher at strong.ai
                CC: dgregor at apple.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180719/2a1b87bf/attachment.html>


More information about the llvm-bugs mailing list