Naios / continuable

C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
https://naios.github.io/continuable/
MIT License
815 stars 44 forks source link

fix clang coroutines detection #60

Closed Spongman closed 1 year ago

Spongman commented 1 year ago

@Naios

this fixes the detection of coroutine support when using clang. it also detects the usage of libcpp's experimental/coroutine.

Spongman commented 1 year ago

fixes #59

Naios commented 1 year ago

Thanks for your contribution!