Current "/std:c++latest" adds "-std=c++17", VS has its own "/std:c++17" for that now.
This is my first commit by the way, please tell me if there is anything I can do to improve.
Thanks.
Differential D38123
[driver] [cl] Add/fix c++17/c++latest daxpedda on Sep 21 2017, 1:36 AM. Authored by
Details Current "/std:c++latest" adds "-std=c++17", VS has its own "/std:c++17" for that now. This is my first commit by the way, please tell me if there is anything I can do to improve.
Diff Detail
Event TimelineComment Actions
Comment Actions It seems that msvc enabled some c++17 features when in c++14 mode and they left them enabled because projects became dependant on them. LGTM as is. Comment Actions Landed, @rnk I missed this message in my travels from Ireland back to Mountain View. |
This was incorrect, it should have been STDCXX17.
I fixed this is rL315868