For OIIO 2.x we must use unique_ptr. This also required updating the guarded allocator for std::move to work. Since C++11 construct/destroy have a default implementation that also works this case, so we just leave it out.
Commit Details:
Full Hash: 3866161da855d2b35ac48ef55958bcb567d4a740 Parent Commit: 2a9c8da Lines Changed: +19, -47