danvratil/qcoro

Distinguish between clang and libc++ in macros

Opened this issue · 0 comments

Currently we use #ifdef __clang__ to conditionally toggle code, even if the real reason for the toggle is libc++, rather than clang. We should throughly review all the ifdefs and see where the ifdef really should be about libc++ version rather than clang itself.