llvm-project/libcxx/include/__format
Mark de Wever d7c4072fdb [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
2022-02-01 16:33:03 -05:00
..
format_arg.h [libc++] Remove unneeded qualifier. 2022-02-01 16:33:03 -05:00
format_args.h [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
format_context.h [libc++] Remove unneeded qualifier. 2022-02-01 16:33:03 -05:00
format_error.h [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS 2021-08-27 12:41:55 -04:00
format_fwd.h [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
format_parse_context.h [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
format_string.h [libc++][format] Adds string formatter. 2021-10-07 17:03:04 +02:00
format_to_n_result.h [libc++][NFC] Move format_to_n_result. 2021-11-16 15:51:49 +01:00
formatter.h [libc++][format] Disable default formatter. 2022-01-24 18:14:41 +01:00
formatter_bool.h [libc++][format] Disable default formatter. 2022-01-24 18:14:41 +01:00
formatter_char.h [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
formatter_floating_point.h [libc++][format] Adds formatter floating-point. 2022-01-24 18:12:24 +01:00
formatter_integer.h [libc++][format] Disable default formatter. 2022-01-24 18:14:41 +01:00
formatter_integral.h [libc++][format] Adds formatter floating-point. 2022-01-24 18:12:24 +01:00
formatter_pointer.h [libc++][format] Adds formatter pointer. 2022-01-24 18:13:02 +01:00
formatter_string.h [libc++][format] Disable default formatter. 2022-01-24 18:14:41 +01:00
parser_std_format_spec.h [libc++][format] Adds formatter pointer. 2022-01-24 18:13:02 +01:00