Revert "Fix clang warning -Wunused-member-function"

This reverts commit 6fe1a42035.
This commit is contained in:
Roelf-Jilling 2018-11-16 21:09:50 +01:00
parent 07ec87b3fc
commit 63ce25d24f

View File

@ -54,6 +54,7 @@ struct DerivedClass : BaseClass
};
struct AddressOverloaded
{
AddressOverloaded operator&() const { return {}; }
};
}