Mir

Code review comment for lp:~cemil-azizoglu/mir/improve-raii

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

2993 + ASSERT_NO_THROW(q = std::shared_ptr<mc::BufferQueue>(
2994 + new mc::BufferQueue(nbuffers, allocator, basic_properties, policy_factory)));

Here and elsewhere, better with std::make_shared<>

review: Needs Fixing

« Back to merge proposal