$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] Modularizing Boost (modularization)
From: Stephen Kelly (steveire_at_[hidden])
Date: 2013-11-03 13:51:23
On 11/01/2013 06:00 PM, John Maddock wrote:
>> ->exception is unavoidable because of throw_exception. ->detail is
>> detail/interlocked.hpp (self-contained header), which I'll kill by
>> making a local copy. ->utility is utility/addressof.hpp (another
>> self-contained header), which I will likewise deal with.
>
> Oh, please don't start making copies of things just to please a
> dependency analyzer - there should be "one true copy" of each file,
> spawning multiple copies all over the shop is just insane.
I agree. The right solution is not copies.
Thanks,
Steve.