danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
326 stars 53 forks source link

#include <exception>, needed by std::exception_ptr #220

Closed MicahSpikah closed 2 months ago

MicahSpikah commented 2 months ago

clang 18 build fails with "No member named 'exception_ptr' in namespace 'std'"

danvratil commented 2 months ago

Thank you for the patch!