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 have several using (typedef) declarations for various tcb::span-based types, that I would like to move to a mylib/fwd.h header, which is not supposed to include much, if at all. Thus I'd like to forward-declare tcb::span itself there too, instead of including the header. Is it possible? Beside the main struct, I don't think I need anything else, but just in case, what else could be fwd-decl there too?
The text was updated successfully, but these errors were encountered:
I have several
using
(typedef) declarations for varioustcb::span
-based types, that I would like to move to amylib/fwd.h
header, which is not supposed to include much, if at all. Thus I'd like to forward-declaretcb::span
itself there too, instead of including the header. Is it possible? Beside the main struct, I don't think I need anything else, but just in case, what else could be fwd-decl there too?The text was updated successfully, but these errors were encountered: