Add support for Own<void>.
Any Own<T> can be converted to Own<void> (or Own<const void>). The main purpose of this is to give someone a way to invoke an object's disposer without them having to know anything about the type.
Showing
Please
register
or
sign in
to comment