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