[PATCH] [libcxx] Initializer list support for MSVC

Marshall Clow mclow.lists at gmail.com
Tue Nov 4 11:35:36 PST 2014


Do we need tests for this change?

================
Comment at: include/initializer_list:83
@@ -82,1 +82,3 @@
 
+#ifdef _LIBCPP_MSVC
+    _LIBCPP_ALWAYS_INLINE
----------------
Can we make this private?
We don't want anyone calling it inadvertently.

http://reviews.llvm.org/D5127






More information about the cfe-commits mailing list