[all-commits] [llvm/llvm-project] 7a98d8: [libc++] Fixes concepts overload resolution.

mordante via All-commits all-commits at lists.llvm.org
Sat Apr 23 09:19:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a98d8351b27b1e20ca606d9b2d0fd155dd169ff
      https://github.com/llvm/llvm-project/commit/7a98d8351b27b1e20ca606d9b2d0fd155dd169ff
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-04-23 (Sat, 23 Apr 2022)

  Changed paths:
    M libcxx/include/__format/format_arg.h

  Log Message:
  -----------
  [libc++] Fixes concepts overload resolution.

D123182 fixes a bug in Clang's overload resolution. After it landed it
was discovered `basic_format_arg`'s constructors contains this bug. This
fixes the bug in libc++, unblocking D123182.

The code has been tested in combination with D123182.

Reviewed By: royjacobson, #libc

Differential Revision: https://reviews.llvm.org/D124103




More information about the All-commits mailing list