You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Eric Lemings <Er...@roguewave.com> on 2008/06/19 17:10:33 UTC

std::reference_wrapper

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.