summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/gc_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/accounting/gc_allocator.h')
-rw-r--r--runtime/gc/accounting/gc_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/accounting/gc_allocator.h b/runtime/gc/accounting/gc_allocator.h
index 4fe936735f..7dd7cca1fd 100644
--- a/runtime/gc/accounting/gc_allocator.h
+++ b/runtime/gc/accounting/gc_allocator.h
@@ -73,7 +73,7 @@ class GcAllocatorImpl : public std::allocator<T> {
// GCAllocatorImpl<T> if kMeasureGCMemoryOverhead is true, std::allocator<T> otherwise.
template <typename T>
class GcAllocator : public TypeStaticIf<kMeasureGcMemoryOverhead, GcAllocatorImpl<T>,
- std::allocator<T> >::value {
+ std::allocator<T> >::type {
};
} // namespace accounting