• Kenton Varda's avatar
    Add support for Own<void>. · 5f2172c6
    Kenton Varda authored
    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.
    5f2172c6
memory-test.c++ 6.49 KB