STL_MSFT added a comment.

A couple of notes/reminders that may help you make a decision here (I have no 
particular opinion as this doesn't impact how VS and microsoft/STL use Clang):

1. VS 2013's support lifecycle, documented at 
https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2013 , is 
ending soon: Apr 9, 2024.

2. VS 2013 was the last release before the current "v19" binary-compatible era 
(VS 2015/2017/2019/2022). Code compiled with VS 2013 can't link with any other 
version (the CRT became the UCRT and the STL changed) - I believe this makes it 
less likely that users are stuck on this version.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134468

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

Reply via email to