|
Boost Users : |
Subject: [Boost-users] program_options.hpp issue
From: S Josh (sdjres_at_[hidden])
Date: 2009-01-15 14:01:45
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?
regards,
Sandeep
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net