[PATCH] D25710: [Doc] Drop MSVC2013 support

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 16:18:56 PDT 2016


jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.

:happy dance:



================
Comment at: docs/CodingStandards.rst:136
     uninitialized. Non-scalar members generally have appropriate default
-    constructors, and MSVC 2013 has problems when braced initializer lists are
-    involved.
+    constructors.
 
----------------
Can we add a comment or something to the effect of "should we reconsider this now that msvc 2013 is gone?"


https://reviews.llvm.org/D25710





More information about the llvm-commits mailing list