Compile [x64] SharedPCH.UnrealEd.Project.ValApi.ValExpApi.Cpp20.cpp
E:\UE_5.8\Engine\Source\Runtime\Core\Public\Containers\ContainerAllocationPolicies.h(843,3): error C7539: ‘ForAnyElementType’: a class with user-declared constructors cannot have a member with the same name as the class
using SuperClass::ForAnyElementType::ForAnyElementType;
^
E:\UE_5.8\Engine\Source\Runtime\Core\Public\Containers\ContainerAllocationPolicies.h(843,3): note: the template instantiation context (the oldest one first) is
E:\UE_5.8\Engine\Source\Runtime\Core\Public\Containers\ContainerAllocationPolicies.h(918,2): note: see reference to class template instantiation ‘TSizedHeapAllocator<IndexSize,BaseMallocType>’ being compiled
};
^
E:\UE_5.8\Engine\Source\Runtime\Core\Public\Containers\ContainerAllocationPolicies.h(898,1): note: see reference to class template instantiation ‘TSizedHeapAllocator<IndexSize,BaseMallocType>::ForAnyElementType’ being compiled
BaseMalloc::Free(InData);