Skip to content

Make the code build against libc++ on Linux#65

Open
per-gron wants to merge 1 commit intohalbux:masterfrom
per-gron:fix-libcpp
Open

Make the code build against libc++ on Linux#65
per-gron wants to merge 1 commit intohalbux:masterfrom
per-gron:fix-libcpp

Conversation

@per-gron
Copy link
Copy Markdown

@per-gron per-gron commented Feb 7, 2023

defined(__linux__) does not imply that libstd++ is used.

#include <math.h> does not define std::ceil in libc++.

`defined(__linux__)` does not imply that libstd++ is used.

`#include <math.h>` does not define `std::ceil` in libc++.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant