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
The current trait type erasure requires virtual and forwarding explicitly to the methods of the trait along with macros to help opt a type implementing a trait into erasure.
The current trait type erasure requires virtual and forwarding explicitly to the methods of the trait along with macros to help opt a type implementing a trait into erasure.
https://cpp-rendering.io/c-type-erasure-without-macros/ suggests a way to get rid of the macros here.
The text was updated successfully, but these errors were encountered: