mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
shared_control cannot be copied
This commit is contained in:
parent
b16cf2ee97
commit
d8ee0130e2
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ struct shared_control
|
||||||
constexpr shared_control() noexcept : shared(0), weak(0)
|
constexpr shared_control() noexcept : shared(0), weak(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
shared_control(const shared_control&) = delete;
|
||||||
virtual ~shared_control()
|
virtual ~shared_control()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue