
23 Jun
2009
23 Jun
'09
9:16 a.m.
Does this template<class T> T& *deref*( T* p ) { return *p; } exist anywhere in Boost? It's the kinda thing you need quite often when using bind, but I can't find it anywhere, which surprised me! Thanks, - Rob.