sparselizard icon indicating copy to clipboard operation
sparselizard copied to clipboard

Make the code build against libc++ on Linux

Open per-gron opened this issue 3 years ago • 0 comments

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

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

per-gron avatar Feb 07 '23 15:02 per-gron