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