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