CompactNSearch
CompactNSearch copied to clipboard
Replace oneDPL with Dispatch on macOS
Since oneDPL dropped support for C++11 and broke for recent versions of libc++, I'd propose to remove the external dependency and use Apple's Dispatch library on macOS.
Alternatively, #10 works just as well. 🙂