Rationale question wrt boost::get_pointer()

2 Mar
2006
2 Mar
'06
6:08 p.m.
Hi all, could anybody please explain to me why there is no general overload for the boost::get_pointer() function: template <typename T> T* get_pointer(T& t) { return &t; } which would catch all the non-specialized cases? Regards Hartmut
7043
Age (days ago)
7043
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hartmut Kaiser