hvdijk added a comment.

Okay, GCC enables the standards-mandated behaviour with `-std=c++17 
-fms-extensions` as well, but GCC doesn't have any `-fms-compatibility` option 
to compare. It makes sense to me for `clang -std=c++17 -fms-compatibility` to 
match MSVC, and MSVC supports this GCC extension even in those cases where it 
conflicts with the standard, so I'll try to submit a patch to restore this, 
conditional on `-fms-compatibility`, later today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91913

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

Reply via email to