ned14 / llfio

P1031 low level file i/o and filesystem library for the C++ standard
https://ned14.github.io/llfio/
Other
880 stars 45 forks source link

Do not try to use libdispatch on Linux with GCC #95

Closed jcelerier closed 2 years ago

jcelerier commented 2 years ago

Fix for #94

BurningEnlightenment commented 2 years ago

Thanks for the patch. During the review I decided to rewrite the whole selection logic section (see #96), because it was way to complex and convoluted for what it did. Do you need this soon or can we wait for a review from Niall?

jcelerier commented 2 years ago

nothing urgent ! on my side I just fixed it with the very aggressive

https://github.com/ossia/score/blob/master/src/lib/score/tools/RecursiveWatch.cpp#L34-45