Delete copy constructor and assignment operator from public vim/ classes

Authored by aacid on Jan 13 2019, 11:42 PM.

Description

Delete copy constructor and assignment operator from public vim/ classes

If someone was using them, it'd crash since it was raw-copying the d pointer
so you would end up with a double delete.

This is SIC, but IMHO it's fine, whoever gets a compiler failure has a bug to fix

Details

Committed
aacidJan 13 2019, 11:42 PM
Parents
R39:fd78ee6b80bf: delete copy constructor and assignment operator of some internal classes
Branches
Unknown
Tags
Unknown