[all-commits] [llvm/llvm-project] a8e168: [libc++][NFC] Replace structs with variable templa...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Tue Mar 25 07:58:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8e168e0c18bb7ac57361500cd98601160a107cc
      https://github.com/llvm/llvm-project/commit/a8e168e0c18bb7ac57361500cd98601160a107cc
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M libcxx/include/__flat_map/flat_map.h
    M libcxx/include/__memory/allocator_traits.h
    M libcxx/include/__memory/uninitialized_algorithms.h
    M libcxx/include/__vector/container_traits.h
    M libcxx/include/deque

  Log Message:
  -----------
  [libc++][NFC] Replace structs with variable templates in <__memory/allocator_traits.h> (#129237)

Variable templates are a bit easier on the compiler and improve the
readability of the code.



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