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
thanks for spotting this! I probably introduced it recently by adding support for final in the first place. Your example revealed another issue, member-pointers are not transformed correctly. A fix for both is on its way.
Sample code: https://cppinsights.io/s/84d98d4f
Consider the specialisation
tnt::serializer<my_type>
instantiated. It generates the following code:The same applies to user-defined specialisations like
tnt::wrapper<my_type>
from the same codeThe text was updated successfully, but these errors were encountered: