Skip to content

Passing a unique_ptr to something that doesn't take ownership is frowned upon

Matt Clarke requested to merge remove_core_guidelines_fail into main

The core guidelines say not to do this, rather just past the underlying object.

Merge request reports