Task #2613
Updated by Davide Pesavento over 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.
Updated by Davide Pesavento over 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.