mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-17 09:21:41 +08:00
...
This commit is contained in:
@@ -1322,7 +1322,7 @@ IMethodInfo
|
||||
return 0;
|
||||
}
|
||||
|
||||
IAttributeInfo* GetAttribute(vint index)
|
||||
IAttributeInfo* GetAttribute(vint index) override
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
@@ -7501,7 +7501,7 @@ namespace vl
|
||||
{
|
||||
// Actual field types will be applied by calling BoxingProxy<TArgs>::operator FieldType() in the constructor
|
||||
// During the conversion, the expected attribute argument type can be retrieved to construct IAttributeInfo
|
||||
TAttribute{ BoxingProxy<TArgs>{info.Obj(), std::forward<TArgs>(args)}... };
|
||||
(void)TAttribute{ BoxingProxy<TArgs>{info.Obj(), std::forward<TArgs>(args)}... };
|
||||
}
|
||||
return info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user