id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2684,program_options.hpp does not compile,bada_adami,Vladimir Prus,"I am having compilation problem with program_options.hpp. I believe fix is simple. Current code: #if _MSC_VER > 1200 Proposed code: #if defined(_MSC_VER) && (_MSC_VER>1200) How do I get this change incorporated into the boost source code?",Bugs,closed,Boost 1.38.0,program_options,Boost 1.48.0,Problem,fixed,,driscoll@…