summaryrefslogtreecommitdiff
path: root/libcxx/include/scoped_allocator
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/scoped_allocator')
-rw-r--r--libcxx/include/scoped_allocator2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/scoped_allocator b/libcxx/include/scoped_allocator
index ef3a4f9044be..a49ff465b1d5 100644
--- a/libcxx/include/scoped_allocator
+++ b/libcxx/include/scoped_allocator
@@ -313,7 +313,7 @@ false_type __has_outer_allocator_test(const volatile _Alloc& __a);
template <class _Alloc>
struct __has_outer_allocator
- : public common_type< decltype(std::__has_outer_allocator_test(std::declval<_Alloc&>())) >::type {};
+ : public common_type< decltype(std::__has_outer_allocator_test(std::declval<_Alloc&>()))>::type {};
template <class _Alloc, bool = __has_outer_allocator<_Alloc>::value>
struct __outermost {