mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
mbox class: copy constructor is denied.
This commit is contained in:
parent
7749e15bcc
commit
82b7fd1ca6
@ -48,7 +48,7 @@ size_t mbox_nread(void*);
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
class mbox
|
||||
class mbox : public noncopyable
|
||||
{
|
||||
public:
|
||||
mbox(void)
|
||||
|
Loading…
Reference in New Issue
Block a user