id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 646,[program_options] static const variable on evc4,vividos,Vladimir Prus,"{{{ In Boost.Program_Options, in the file options_description.hpp the constant m_default_line_length is used and declared as static. On evc4 (a vc6 derived compiler) static class constants must be declared in the .cpp file. The patch fixes this by simply removing the ""static"" keyword. The constant is only used in the class as default ctor parameter. }}}",Patches,closed,,None,None,Showstopper,fixed,,