https://bugs.llvm.org/show_bug.cgi?id=36382
Bug ID: 36382
Summary: math.h included before __config
Product: libc++
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangb...@nondot.org
Reporter: christof.do...@arm.com
CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com
A recent change (https://reviews.llvm.org/rL323490) added support for the MS
Windows platforms to include the C math.h header as the first thing in the C++
math.h. This creates a problem for C libraries that require some configuration
to provide the correct functionality for libc++.
Such configuration could be done in __config before, but now there is no such
place. Can we move __config to be included before the C math.h?
--
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