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
I'm currently building an alternative set of serializers to read and write a textual format, using the facilities supplied by zpp_bits and I noticed that I could re-use quite a bit of what's already in the out_basic and in classes. Have you considered splitting off a generic part to facilitate this kind of use case? (maybe using CRTP or, albeit C++23, deducing this).
Kind regards,
Daedie
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently building an alternative set of serializers to read and write a textual format, using the facilities supplied by zpp_bits and I noticed that I could re-use quite a bit of what's already in the out_basic and in classes. Have you considered splitting off a generic part to facilitate this kind of use case? (maybe using CRTP or, albeit C++23, deducing this).
Kind regards,
Daedie
The text was updated successfully, but these errors were encountered: