
1 Nov
2013
1 Nov
'13
9:41 p.m.
Daniel Pfeifer wrote:
Moving throw_exception.hpp out of this repository eliminates that dependency.
I really don't see how. Before, you have my_module -> exception. After, you have my_module -> utility -> exception. Not only do you still depend on Exception, you now depend on Utility as well.
Also, that header should not include any headers from Boost.Exception when BOOST_NO_EXCEPTIONS or BOOST_EXCEPTION_DISABLE is defined.
Are you talking about
#include