File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ _LIBCPP_HIDE_FROM_ABI void __store_basic_format_arg(basic_format_arg<_Context>*
228
228
([&] { *__data++ = __format::__create_format_arg<_Context>(__args); }(), ...);
229
229
}
230
230
231
- template <class _Context , size_t N >
231
+ template <class _Context , size_t _Np >
232
232
struct __packed_format_arg_store {
233
- __basic_format_arg_value<_Context> __values_[N ];
233
+ __basic_format_arg_value<_Context> __values_[_Np ];
234
234
uint64_t __types_ = 0 ;
235
235
};
236
236
237
- template <class _Context , size_t N >
237
+ template <class _Context , size_t _Np >
238
238
struct __unpacked_format_arg_store {
239
- basic_format_arg<_Context> __args_[N ];
239
+ basic_format_arg<_Context> __args_[_Np ];
240
240
};
241
241
242
242
} // namespace __format
Original file line number Diff line number Diff line change 131
131
#define E SYSTEM_RESERVED_NAME
132
132
#define Ep SYSTEM_RESERVED_NAME
133
133
#define Es SYSTEM_RESERVED_NAME
134
+ #define N SYSTEM_RESERVED_NAME
135
+ #define Np SYSTEM_RESERVED_NAME
136
+ #define Ns SYSTEM_RESERVED_NAME
134
137
#define R SYSTEM_RESERVED_NAME
135
138
#define Rp SYSTEM_RESERVED_NAME
136
139
#define Rs SYSTEM_RESERVED_NAME
You can’t perform that action at this time.
0 commit comments