Subject: [Boost-bugs] [Boost C++ Libraries] #2684: program_options.hpp does not compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-27 00:34:10
#2684: program_options.hpp does not compile
--------------------------+-------------------------------------------------
Reporter: bada_adami | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: program_options
Version: Boost 1.37.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
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?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2684> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC