>Eric Lemings wrote: > >> >> If that is right, then it essentially says that the 'make_tuple' >> function transforms reference_wrapper<T> back to T& and for >> other types does the normal decay transformation [function to >> funciton pointer, array to array pointer, and cv-stripping of >> all other types]. > >That's what I thought. That's also what other implementations are >showing. > >Also, doesn't an array decay to a pointer to the element type?
Yes. Just a typo. > >Brad. >
