Implement dynamic width in printf.
This commit is contained in:
@@ -1043,7 +1043,7 @@ class BasicWriter {
|
||||
const ArgInfo *args_;
|
||||
int next_arg_index_;
|
||||
|
||||
unsigned ParseArgIndex(const Char *&s, const char *&error);
|
||||
unsigned HandleArgIndex(unsigned arg_index, const char *&error);
|
||||
void ParseFlags(FormatSpec &spec, const Char *&s, const ArgInfo &arg);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user