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
declaration_xxx_traits.get_declaration now removes pointer types
This makes sure that when declarations.is_noncopyable is called on
a pointer_t, the is_noncopyable does not fail and correctly extracts
the class declaration using get_declaration.
0 commit comments