[ https://issues.apache.org/jira/browse/MESOS-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dominic Hamon updated MESOS-1771: --------------------------------- Description: * add unique_ptr to the configure check * document use of unique_ptr in style guide ** use when possible, use std::move when necessary * move raw pointers to Owned to establish ownership * deprecate Owned in favour of unique_ptr was: * add unique_ptr to the configure check * document use of unique_ptr in style guide ** use when possible, use std::move when necessary * deprecate Owned in favour of unique_ptr * Move raw pointers with ownership over to unique_ptr > introduce unique_ptr > -------------------- > > Key: MESOS-1771 > URL: https://issues.apache.org/jira/browse/MESOS-1771 > Project: Mesos > Issue Type: Improvement > Reporter: Dominic Hamon > Assignee: Dominic Hamon > > * add unique_ptr to the configure check > * document use of unique_ptr in style guide > ** use when possible, use std::move when necessary > * move raw pointers to Owned to establish ownership > * deprecate Owned in favour of unique_ptr -- This message was sent by Atlassian JIRA (v6.3.4#6332)