From d19c702291ff3bd9e769a152e7db96e17f5167f7 Mon Sep 17 00:00:00 2001 From: theraven Date: Thu, 7 Feb 2013 15:45:28 +0000 Subject: Import new libc++ to head. Various small fixes and cleanups. MFC after: 2 weeks --- contrib/libc++/include/functional | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libc++/include/functional') diff --git a/contrib/libc++/include/functional b/contrib/libc++/include/functional index ec5c5e5..3bee1ed 100644 --- a/contrib/libc++/include/functional +++ b/contrib/libc++/include/functional @@ -1088,7 +1088,7 @@ class _LIBCPP_VISIBLE function<_Rp(_ArgTypes...)> public __function::__maybe_derive_from_binary_function<_Rp(_ArgTypes...)> { typedef __function::__base<_Rp(_ArgTypes...)> __base; - aligned_storage<3*sizeof(void*)>::type __buf_; + typename aligned_storage<3*sizeof(void*)>::type __buf_; __base* __f_; template -- cgit v1.1