$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-06-15 07:34:20
Dave, Daniel,
I have a header that makes use of Boost.Parameter that basically takes 
forever to compile with the Intel compiler, and therefore presumably all EDG 
based front ends.  MSVC, gcc and even Borland(!) have no such problems BTW. 
Is this a known problem or anything that can be fixed inside 
Boost.Parameter?  Otherwise I have an alternative fix I can try - basically 
not using BOOST_PARAMETER_FUNCTION - as this is the cause of the problem.
Thanks, John.