[all-commits] [llvm/llvm-project] 223bd0: [libc++] Avoid unnecessary instantiations for __co...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Jan 22 14:34:07 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 223bd0ca81f871beb31d40b4f02753493c30b5b2
      https://github.com/llvm/llvm-project/commit/223bd0ca81f871beb31d40b4f02753493c30b5b2
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-01-22 (Wed, 22 Jan 2025)

  Changed paths:
    M libcxx/include/__type_traits/copy_cvref.h

  Log Message:
  -----------
  [libc++] Avoid unnecessary instantiations for __copy_cvref_t (#123718)

This changes the implementation of `__copy_cvref_t` to only template the
implementation class on the `_From` parameter, avoiding instantiations
for every combination of `_From` and `_To`.



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