Project

General

Profile

Task #2613

Updated by Davide Pesavento about 9 years ago

Use C++11 move semantics Change the usage of `shared_ptr` to `unique_ptr` for sockets in all faces and channels, eliminating the usage of `shared_ptr`. channels.

Back