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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to