mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Revert "Fix clang warning -Wunused-member-function"
This reverts commit 6fe1a42035
.
This commit is contained in:
parent
07ec87b3fc
commit
63ce25d24f
@ -54,6 +54,7 @@ struct DerivedClass : BaseClass
|
||||
};
|
||||
struct AddressOverloaded
|
||||
{
|
||||
AddressOverloaded operator&() const { return {}; }
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user