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
…egion_t` to `memory::region_t`:
Now, `managed::region_t` inherits the general `region_t` rather than just the base class, and the same goes for `managed::const_region_t`; this is achieved using a different templated base class (within the `detail_` namespace)
The managed region is not very useful, and is after all just a discriminated alias... let's drop it.
The text was updated successfully, but these errors were encountered: