mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-01 11:52:56 +01:00
Added a private copy assign operator to unpacker.
This commit is contained in:
@@ -864,6 +864,7 @@ private:
|
||||
|
||||
private:
|
||||
unpacker(const unpacker&);
|
||||
unpacker& operator=(const unpacker&);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user