3 Nov
2011
3 Nov
'11
10:43 p.m.
::boost::type_traits::ice_and< ::boost::type_traits::ice_not< ::boost::is_pointer< T >::value >::value, ::boost::has_post_increment< T >::value, ::boost::has_dereference< T >::value
::value
Thanks Frédéric, that's the path I was heading down. I appreciate the help!
I forgot to mention that this works only with 1.48.0 as the operator detection is new to this release. Frédéric