Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 3 Jun 2015 16:15:55 +0000 (16:15 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 3 Jun 2015 16:15:55 +0000 (16:15 +0000)
commit2abfcd5606b3035624a76c71b862e344077d5caa
tree1187a2141a6547cd9635333009f3a3d0409ce995
parenta44130556450bd0abb1c93723de26f560b29663d
Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too

llvm-svn: 238931
libcxx/include/scoped_allocator
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/is_always_equal.pass.cpp [new file with mode: 0644]