sparselizard
sparselizard copied to clipboard
Make the code build against libc++ on Linux
defined(__linux__) does not imply that libstd++ is used.
#include <math.h> does not define std::ceil in libc++.