mirror of
https://github.com/microsoft/GSL.git
synced 2025-09-30 00:52:02 +02:00
Revert "Fix clang warning -Wunused-member-function"
This reverts commit 6fe1a42035
.
This commit is contained in:
@@ -54,6 +54,7 @@ struct DerivedClass : BaseClass
|
||||
};
|
||||
struct AddressOverloaded
|
||||
{
|
||||
AddressOverloaded operator&() const { return {}; }
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user