$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Building Boost 4.6 with Intel C++ compiler 12.1
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-10-03 11:39:00
> I'm getting build errors with ICC 12.1.0 that appear to be related to
> BOOST_STATIC_ASSERT. This is with boost 1.46.1.1 as available in Debian.
These are related to C++0x feature detection, they're fixed in this change:
https://svn.boost.org/trac/boost/changeset/74573
HTH, John.