Diffusion Baloo dc390ae0a2ae

IndexerConfig: Delete copy constructor and assignment operator

Authored by aacid on Jan 13 2019, 9:47 PM.

Description

IndexerConfig: Delete copy constructor and assignment operator

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, 9:47 PM
Parents
R293:1b18914f6c37: delete copy constructor and assignment operator of some internal classes
Branches
Unknown
Tags
Unknown