[all-commits] [llvm/llvm-project] 93230a: [libcxx][test] Use bool allocators for vector<bool...

Casey Carter via All-commits all-commits at lists.llvm.org
Tue Jan 25 10:29:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93230ac1d2cf32419ce88fdd850f92a02bec5553
      https://github.com/llvm/llvm-project/commit/93230ac1d2cf32419ce88fdd850f92a02bec5553
  Author: Casey Carter <Casey at Carter.net>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M libcxx/test/std/containers/sequences/vector.bool/get_allocator.pass.cpp

  Log Message:
  -----------
  [libcxx][test] Use bool allocators for vector<bool>::get_allocator test

... to be consistent with other `get_allocator` tests, and to avoid requiring `vector<T, allocator<U>>` to be valid.




More information about the All-commits mailing list