forked from boostorg/type_traits
Added cv-qualification to all the pointers. The issue here is that
vc6 fails to strip const from the deduced type when a member pointer is passed by reference to a function template (I suspect it turns the const into a qualification on the class itself), so it may need extra help in detecting these. [SVN r29778]
This commit is contained in: