Ticket #1527: options_description.patch
File options_description.patch, 486 bytes (added by , 13 years ago) |
---|
-
X:/boost/trunk/libs/program_options/src/options_description.
old new 422 422 if (first_line) 423 423 { 424 424 indent += par_indent; 425 line_length -= par_indent; // there's less to work with now 425 426 first_line = false; 426 427 } 427 428