With the latest clang-cl, it reports errors like below: ``` qcoro\qcorotask.h(615,13): error: cannot use 'try' with exceptions disabled ``` If C++ EH is enabled, errors disappeared.