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
Add the core of the allocator / type-erased implementation for protocol. Interface awareness will be added later; we more just need to start with an allocator-aware version of std::any that can easily be expanded into protocol.
Add the core of the allocator / type-erased implementation for
protocol. Interface awareness will be added later; we more just need to start with an allocator-aware version ofstd::anythat can easily be expanded intoprotocol.