I need to add the std::reference_wrapper class template to implement make_tuple. It's part of the <functional> header but I was wondering if that header or some other header would be the most appropriate place to put it. I was thinking of adding <rw/_result_of.h> and <rw/_ref_wrap.h> headers. Comments?
Brad.
