Add missing deleted operators
This commit is contained in:
@@ -52,6 +52,8 @@ namespace utils
|
||||
|
||||
shm(const shm&) = delete;
|
||||
|
||||
shm& operator=(const shm&) = delete;
|
||||
|
||||
~shm();
|
||||
|
||||
// Map shared memory
|
||||
|
||||
Reference in New Issue
Block a user