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