[PATCH] D108696: [Coroutines] [Frontend] Lookup in std namespace first
Xun Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 3 19:49:19 PDT 2021
lxfind accepted this revision.
lxfind added a comment.
I also agree that we should try to keep the compiler simple and not support the complicated case.
It should be fairly straightforward for a codebase to update fully to use std instead of std::experimental (we have a large coroutine codebase as well).
Given that everyone is mostly supportive, I will accept the change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108696/new/
https://reviews.llvm.org/D108696
More information about the cfe-commits
mailing list