$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modular boost] non-linked headers
From: Daniel James (daniel_at_[hidden])
Date: 2013-12-02 19:11:49
On 3 December 2013 00:08, Bjørn Roald <bjorn_at_[hidden]> wrote:
>
> yes, but b2 headers create hard links
It really should use soft links. Most programs don't change files in
place, so as soon as such a change is made the two entries will be
pointing to different inodes. Which defeats the purpose, since they
should always be the same.