mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 07:51:47 +00:00
CLion slows to a crawl when evaluating the intricate `PYBIND11_NUMPY_DTYPE` macro. This commit replaces the macro cascade with a simple `(void)0` to ease IDE evaluation.