mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
cccb6c7287
libc++ disallows including LibC's complex.h in C++ mode. This means that a C++ file cannot expect LibC's complex.h to be included, and thus cannot use c-prefixed complex number functions. As a result, complex.cpp is broken when libc++ has a higher include priority than LibC. A check for __cplusplus has been added to complex.h to warn users of toolchains that don't use libc++. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |