Boost logo

Boost :

Subject: Re: [boost] Boost Modularization: did we get it right?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-05-11 15:25:03


On 11/05/2012 01:55, Steven Watanabe wrote:

> The algorithm now looks like:
>
> If symlinks are supported:
> Sym link the directory
> if there is a conflict, create
> a subdirectory and symlink all
> the members.
> Else if hardlinks are supported:
> Hard-link all leaves
> Else
> Copy all leaves

You don't want to copy the leaves, but rather create a dummy file with a
#include directive with the relative path to the original.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk