On Sun, Jun 1, 2014 at 1:44 PM, Peter Dimov
It should go into boost/core/lightweight_test.hpp and be documented. I should have written the documentation for it a long time ago, in fact. Sorry.
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 preview the documentation at: http://glenfe.github.io/core/ And view changes from #2 and #3 at: http://github.com/glenfe/core/ Glen