aboutsummaryrefslogtreecommitdiff
path: root/include/functional
diff options
context:
space:
mode:
Diffstat (limited to 'include/functional')
-rw-r--r--include/functional2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functional b/include/functional
index ec5c5e593334..3bee1ed1a0a3 100644
--- a/include/functional
+++ b/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 <class _Fp>