$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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