abi-compliance-checker
abi-compliance-checker copied to clipboard
Abi not able to detect "= delete;"
Hi, I wonder if this issue has been solved or not.
If I have the following line in my code: ClassName& operator=(const ClassName&) = delete;
abi won't be able to detect the operator was being deleted. but it will treat it as new symbol "operator=" was being created and was assigned "delete" as its value.
Thanks.