Boost logo

Boost :

Subject: Re: [boost] [modularization] Modularizing Boost (modularization)
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2013-10-17 22:08:57


On Thu, Oct 17, 2013 at 3:24 PM, Stephen Kelly <steveire_at_[hidden]> wrote:
> Move exception/detail/attribute_noreturn.hpp into config:

I'm worried that moving this header outside of the Exception library
will lead to dependencies being injected at a later time. A couple of
headers in Boost Exception are included by any library that throws
exceptions, and I have been *very* aggressive in keeping dependencies
out of there. Yes, I consider even config.hpp way too heavy to be
included by these important headers.

> Move boost/throw_exception.hpp and exception.hpp into utility:

These are the two headers in question (there may be more I'm not 100%
sure). I think that they should remain where they are, precisely
because of their global nature. I do not think that it is a good idea
to obfuscate this fact, by moving them into a subdirectory.

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


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