On 02/07/2012 04:47 AM, Joseph S. Myers wrote:
For C++ the width may depend on a template parameter so the integer value can't be determined immediately at parse time.
Right. But we don't do any layout in templates, so it should be ok to do different things for template and non-template cases.
Jason