[PATCH] D131465: C++/ObjC++: switch to gnu++17 as the default standard

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 07:52:49 PDT 2022


hans added a comment.

Well it has to adapt to MSVC's library files, so it can't always do the same regardless of version.

Given that MSVC has supported /std:c++17 for a while, it's probably safe to bump the default, but perhaps not for all versions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131465



More information about the cfe-commits mailing list