
3 Nov
2013
3 Nov
'13
6:51 p.m.
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.