[
https://issues.apache.org/jira/browse/MESOS-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112934#comment-16112934
]
Avinash Sridharan commented on MESOS-7806:
------------------------------------------
commit cd3380c4e9521b4b26f9030658816eee7a4b89a1
Author: Avinash sridharan <[email protected]>
Date: Mon Jul 24 18:24:51 2017 -0700
Added a test to check for copy assignment of `net::IP::Network`.
Review: https://reviews.apache.org/r/61005/
> Add copy assignment operator to `net::IP::Network`
> --------------------------------------------------
>
> Key: MESOS-7806
> URL: https://issues.apache.org/jira/browse/MESOS-7806
> Project: Mesos
> Issue Type: Task
> Components: stout
> Reporter: Avinash Sridharan
> Assignee: Avinash Sridharan
> Fix For: 1.4.0
>
>
> Currently, we can't extend the class `net::IP::Network` with out adding a
> copy assignment operator in the derived class, due to the use of
> `std::unique_ptr` in the base class. Hence, need to introduce a copy
> assignment operator into the base class.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)