summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_mips.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-01-12 14:23:14 -0800
committerDan Albert <danalbert@google.com>2016-01-12 14:23:14 -0800
commitafeb309e0e4a1c2c35fc86f99c14649fa44c942d (patch)
tree82bcfd5b57493ef18c93e4187d056490fdcf82db /compiler/optimizing/code_generator_mips.h
parentf5ef541b3ae782d99687cc3354c5d4094abb261c (diff)
Correct value_type for some TrackingAllocators.
The standard says that the value_type for the allocator of a map/multimap must be std::pair<const Key, T>. These instances were not properly carrying the const, and the updated version of libc++ has a static_assert to make sure that map::allocator_type and allocator::value_type really do match (as mismatches will tickle undefined behavior in libc++). Change-Id: I7a3a49fccea4ecc4579929d9ddd7872c62b60f5f
Diffstat (limited to 'compiler/optimizing/code_generator_mips.h')
0 files changed, 0 insertions, 0 deletions