[all-commits] [llvm/llvm-project] 428b32: [libc++] Fix allocate_at_least test that assumes t...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Mar 18 05:56:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 428b320bf31329559ee9f8dd888be4f86cfa68e8
      https://github.com/llvm/llvm-project/commit/428b320bf31329559ee9f8dd888be4f86cfa68e8
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate_at_least.pass.cpp

  Log Message:
  -----------
  [libc++] Fix allocate_at_least test that assumes the size_type of the allocator (#131682)

If the size_type of the allocator is not the same as std::size_t, this
test would fail.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list