STL_MSFT added a comment.

> I would like to revive D66394 <https://reviews.llvm.org/D66394> to get it 
> disabled by default soon.

As I recently informed @thakis via email, our compiler documentation was 
incorrect (I've informed the doc team and they're going to publish a fixed 
article soon). MSVC's behavior defaults to Microsoft one-phase (delayed 
template lookup) as it always has, changes to Standard two-phase under 
`/permissive-`, and can be escape-hatched back to Microsoft one-phase with 
`/permissive- /Zc:twoPhase-`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70791/new/

https://reviews.llvm.org/D70791



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to