[Boost-bugs] [ boost-Patches-1499420 ] [program_options] static const variable on evc4

Patches item #1499420, was opened at 2006-06-02 12:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1499420&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Fink (vividos) Assigned to: Nobody/Anonymous (nobody) Summary: [program_options] static const variable on evc4 Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1499420&group_id=7586 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net