$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost & Continuous Integration
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2009-04-26 21:54:10
On Sun, Apr 26, 2009 at 5:32 PM, Igor R <boost.lists_at_[hidden]> wrote:
> The problem is that such an approach doesn't work if a project
> contains a lot of class templates, which in turn use boost.
> MSVC9 has /MP switch that enables "build with multiple processes", but
> it's very limited, as it conflicts with /Gm (enable minimal rebuilds)
> and some other options...
>
A portable solution would be ideal, but not a requirement. At this point
even MSVC specific solutions would be acceptable.