shared_control cannot be copied

This commit is contained in:
Steven Dee (Jōshin) 2024-06-17 21:04:01 -07:00
parent b16cf2ee97
commit d8ee0130e2
No known key found for this signature in database

View file

@ -25,6 +25,7 @@ struct shared_control
constexpr shared_control() noexcept : shared(0), weak(0)
{
}
shared_control(const shared_control&) = delete;
virtual ~shared_control()
{
}