Mir

Code review comment for lp:~cemil-azizoglu/mir/add-create-module-context-fn

Revision history for this message
Andreas Pokorny (andreas-pokorny) wrote :

I was about to suggest using mir::UniqueModulePtr<void> instead - it would keep the module alive at least as long as the context object from the platform is alive. But unique_ptr does not allow void.

« Back to merge proposal