Noticed that std::allocator<const T> was missing the definition for is_always_equal...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 1 Jul 2015 21:23:40 +0000 (21:23 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 1 Jul 2015 21:23:40 +0000 (21:23 +0000)
commitf43a42d53e21e5860217ede634f8eea6d25d3a18
treee50882487d6bd172583eb9d2301012d2cb76baf7
parentacfd55b039f8bc29b34dd9df89c71f7183793269
Noticed that std::allocator<const T> was missing the definition for is_always_equal. Fixed this, and added a test for it.

llvm-svn: 241190
libcxx/include/memory
libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/is_always_equal.pass.cpp
libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp