Allow setting default topic config

This commit is contained in:
Matias Fontanini
2016-06-05 10:04:48 -07:00
parent 4fccf277e0
commit efd2321828
6 changed files with 70 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ public:
ClonablePtr& operator=(const ClonablePtr& rhs) {
handle_.reset(cloner_(rhs.handle_.get()));
return *this;
}
ClonablePtr(ClonablePtr&&) = default;