[program_options] Potential bug in options_description.cpp

2 Nov
2006
2 Nov
'06
7:50 a.m.
While reviewing diff of options_description.cpp rev 1.14 and 1.17 , I came across of potential bug in line 417: 417 : (line_length - indent) / 2) However, line_length already had been decrease by "indent" in line 332 ( introduced in rev 1.15) I assume that correction is: 417 : (line_length) / 2) Regards Stas Khirman
6798
Age (days ago)
6798
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stas Khirman