#5307 closed Bugs (fixed)
Property Tree Compile Error with Intel Compiler XE & VS 2010
Reported by: | Owned by: | Sebastian Redl | |
---|---|---|---|
Milestone: | To Be Determined | Component: | property_tree |
Version: | Boost 1.46.0 | Severity: | Problem |
Keywords: | Cc: | phprus@… |
Description
I am trying to compile boost 1.46.1 using the Intel Composer XE 2011.1.154 for Windows. I am running into the same error as #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.
A better approach was proposed here: http://article.gmane.org/gmane.comp.lib.boost.user/63957/
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Cc: | added |
---|
Please fix this bug in Boost 1.49.0.
Possible patch: https://svn.boost.org/trac/boost/ticket/5984
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 11 years ago
It does seem to be fixed (I copied the changes to my build for 1.48). I still should test directly on the trunk.
comment:5 by , 11 years ago
I tried this with 1.49 Beta (it came out while checking out the trunk) and no errors reported.
This problem is still present in Boost 1.47 Beta 1