
2 Dec
2009
2 Dec
'09
3:03 p.m.
AMDG James C. Sutherland wrote:
Thank you! That works great for pointers, but now not for POD, e.g., const int m = get<int>(p,"int"); Any ideas of how to get this to work with POD and pointers?
typename boost::mpl::eval_if<is_pointer<T>, boost::add_pointer< typename boost::add_const< typename boost::remove_pointer<T>::type >::type >, boost::add_const<T>
::type
In Christ, Steven Watanabe