ice icon indicating copy to clipboard operation
ice copied to clipboard

Marshal/unmarshal Ice::Value by value in C++

Open bernardnormier opened this issue 7 years ago • 0 comments

As of Ice 3.7, it's not possible to marshal or unmarshal an Ice::Value by value in C++, it can only be done for heap allocated value held by a shared_ptr.

Ice doesn't need such support for its C++ mapping but with DataStorm, users might very well want to use Slice classes as topic values and not have to go through shared_ptr<T>.

bernardnormier avatar Jun 20 '18 17:06 bernardnormier