From: Ewan Mellor (boost_at_[hidden])
Date: 2004-08-03 10:29:01


I have a function

T & foo()

and I wish to use a function adaptor to turn this into

T * foo2()

In other words, I want a function adaptor that takes the address of its given
function's result. Does such a thing exist in boost?

TIA,

Ewan Mellor.