$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Build Error VS14 + Intel 15.0 (Update 4, the latest)
From: degski (degski_at_[hidden])
Date: 2015-08-14 01:18:25
Changing intel-win.jam, line 476 (boost 1.59.0 rc2) from:
.iclvars-15.0-supported-vcs = "12.0 11.0 10.0 9.0" ;
to:
.iclvars-15.0-supported-vcs = "14.0 12.0 11.0 10.0 9.0" ;
solves the problem.