Glen Fernandes wrote:
I've (in the main repository): 1. Moved lightweight_test.hpp and no_exceptions_support.hpp into Core and (viewable in my fork): 2. Moved addressof.hpp, noncopyable.hpp, lightweight_test.hpp, no_exceptions_support.hpp into boost/core/ (And created redirect headers for backward compatibility) 3. Created Quickbook documentation for addressof, noncopyable, and initial documentation for lightweight_test, no_exceptions_support
You can go ahead with these changes as far as I'm concerned, except that
there's no need to move empty_deleter.hpp to core.
In the lightweight_test documentation, it needs to be said that the intent
of report_errors() is to be returned from main(). We can add a minimal
example, too. Something like
#include