[llvm-bugs] [Bug 41432] New: Patch to introduce forward library declarations breaks compilation when header order is switched

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 8 13:13:20 PDT 2019


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

            Bug ID: 41432
           Summary: Patch to introduce forward library declarations breaks
                    compilation when header order is switched
           Product: parallel STL
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: New
          Assignee: ldionne at apple.com
          Reporter: trodgers at redhat.com
                CC: llvm-bugs at lists.llvm.org

e.g. 

#include "pstl/algorithm"
#include "pstl/exection"

vs.

#include "pstl/exection"
#include "pstl/algorithm"

-- 
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/20190408/29a72ecb/attachment.html>


More information about the llvm-bugs mailing list