It sounds like MSVC is adding support for two-phase name lookup in a future version, enabled by this flag (see bug).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
We could wait until a version of MSVC ships with this, in case they decide to change the name, or we could just land it now.
Comment Actions
Let's add it now. If we don't add this, some user will run into it first and have to wait for a fix. If we add it and get the meaning wrong, we'll still need to fix it and push a new release, so we're no worse off.
lgtm