Fix clang warning -Wunused-member-function

This commit is contained in:
Roelf-Jilling 2018-11-16 01:16:54 +01:00
parent f65b7cc35e
commit 6fe1a42035

View File

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