avogelsgesang added a comment. Hi @ChuanqiXu
sorry for what might be naive questions, but just to make sure I understand the context of this patch correctly: This patch fixes the look up of the `coroutine_traits`, so that clang now search both the `std` and the `std::experimental` namespace. As such, it must land before D109433 <https://reviews.llvm.org/D109433> since otherwise the new `std::coroutine_traits` wouldn't be found by the compiler, correct? Also, does this patch enable me to use `clang-cl` to build programs which use the coroutine header from Microsoft's STL <https://github.com/microsoft/STL/blob/main/stl/inc/coroutine>? Or are there still other incompatibilities between clang and the Microsoft STL with regards to coroutines? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108696/new/ https://reviews.llvm.org/D108696 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits