Konstantinos Zampogiannis

Results 2 issues of Konstantinos Zampogiannis

Hello, The preprocessor defines in: https://github.com/qhull/qhull/blob/013e325e9e6492490f3a408f8e8c1d66d7b0c094/src/libqhull_r/libqhull_r.h#L117 can cause problems with other libraries, as `True` and `False` are pretty common tokens (e.g., see https://github.com/stevenlovegrove/Pangolin/blob/master/components/pango_core/include/pangolin/utils/true_false_toggle.h). If these are truly needed, would it...

Thanks for sharing this code! I was wondering if it's possible to use your implementation without clang/libc++ (just using gnu stuff). Thanks!