[libc++] Remove unneeded qualifier.
authorMark de Wever <koraq@xs4all.nl>
Tue, 1 Feb 2022 21:32:49 +0000 (16:32 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 1 Feb 2022 21:33:03 +0000 (16:33 -0500)
commitd7c4072fdb189dfac1af3cc5bdd0499aec734c43
tree78b90eab336cb58e745dda1a61a377f4ff1924be
parent9477a308ca6b8536044c9d31a8c89062b514431e
[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
libcxx/include/__format/format_arg.h
libcxx/include/__format/format_context.h