mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-24 08:15:53 +08:00
Upgrade to Visual Studio 2015
This commit is contained in:
@@ -15695,7 +15695,11 @@ DescriptableObject
|
||||
{
|
||||
if (aggregationInfo[aggregationSize + 1] != nullptr)
|
||||
{
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable: 4297)
|
||||
// Your class should call FinalizeAggregation in the destructor if it inherits from AggregatableDescription<T>.
|
||||
CHECK_ERROR(!IsAggregated(), L"vl::reflection::DescriptableObject::~DescriptableObject0()#FinalizeAggregation function should be called.");
|
||||
#pragma warning (pop)
|
||||
}
|
||||
}
|
||||
for (vint i = 0; i < aggregationSize; i++)
|
||||
|
||||
Reference in New Issue
Block a user