[all-commits] [llvm/llvm-project] 11dd88: [libc++][format] Fixes nested concept evaluation. ...

Mark de Wever via All-commits all-commits at lists.llvm.org
Wed Mar 20 01:45:34 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11dd881b9cca5f70720ead353169603589e6c494
      https://github.com/llvm/llvm-project/commit/11dd881b9cca5f70720ead353169603589e6c494
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    M libcxx/include/__format/format_arg_store.h
    A libcxx/test/std/utilities/format/format.functions/bug_81590.compile.pass.cpp

  Log Message:
  -----------
  [libc++][format] Fixes nested concept evaluation. (#85548)

Before the __formattable concept depended on itself in a contrieved
example. By using the underlying concept directly the cycle is broken.

Fixes https://github.com/llvm/llvm-project/issues/81590



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