Avinash Sridharan created MESOS-7806:
----------------------------------------
Summary: 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
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)