[all-commits] [llvm/llvm-project] a749e6: [libc++][format][NFC] Granularize `__fmt_pair_like...

A. Jiang via All-commits all-commits at lists.llvm.org
Tue Jul 29 01:40:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a749e68ac4119b99701fc740b40631351fda05da
      https://github.com/llvm/llvm-project/commit/a749e68ac4119b99701fc740b40631351fda05da
  Author: A. Jiang <de34 at live.cn>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__format/concepts.h
    A libcxx/include/__format/fmt_pair_like.h
    M libcxx/include/__format/range_default_formatter.h
    M libcxx/include/__format/range_format.h
    M libcxx/include/__format/range_formatter.h
    M libcxx/include/module.modulemap.in

  Log Message:
  -----------
  [libc++][format][NFC] Granularize `__fmt_pair_like` (#150583)

`<optional>` needs `format_kind` and `range_format` since C++26, but it
shouldn't drag in too many other stuffs necessary for
`<__format/concepts.h>`.



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