[all-commits] [llvm/llvm-project] d7c407: [libc++] Remove unneeded qualifier.

mordante via All-commits all-commits at lists.llvm.org
Tue Feb 1 13:33:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7c4072fdb189dfac1af3cc5bdd0499aec734c43
      https://github.com/llvm/llvm-project/commit/d7c4072fdb189dfac1af3cc5bdd0499aec734c43
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

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

  Log Message:
  -----------
  [libc++] Remove unneeded qualifier.

In D117811 @Quuxplusone pointed out the friend declarations don't need
to be qualified. Removing the qualification should avoid needing to add
a GCC work-around when changing _VSTD to std.

Reviewed By: Quuxplusone, philnik, #libc, ldionne

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




More information about the All-commits mailing list