$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Property-tree] Boost 1.45 with Intel Compiler + VS 2010 compile error
From: Edward Rankin (erankin_at_[hidden])
Date: 2010-11-22 20:57:25
Hi,
I am trying to compile boost 1.45 using the recently released Intel
Composer XE 2011 for Windows. I am running into the same error as
described in ticker 4092
(https://svn.boost.org/trac/boost/ticket/4092). I have changed the
check for BOOST_MSVC to include BOOST_INTEL_WIN (line 19 of
boost/property_tree/detail/ptree_implementation.hpp) and can compile
successfully. Not sure if this is the proper fix, so I hope the
author/maintainer can look into this and fix this.
Thanks!
Edward