You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add MemberPointerTraits to support inherited member pointers
- Introduce MemberPointerTraits to extract class_type, value_type and constness
from member pointers, eliminating the need for manual class type deduction
- Fix: member pointers inherited from base class now work correctly by using
traits-deduced class_type for unwrap, with static assertion to verify the
member belongs to the class hierarchy
- Support both mutable and const member pointers via isConst flag
- Add regression test for derived class binding inherited members
0 commit comments