mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -35,7 +35,7 @@ static Standard_Integer QANColStdAllocator1(Draw_Interpretor& di, Standard_Integ
|
||||
}
|
||||
|
||||
//type definitions
|
||||
typedef Handle_Standard_Transient elem_type;
|
||||
typedef Handle(Standard_Transient) elem_type;
|
||||
typedef NCollection_StdAllocator<elem_type> allocator_type;
|
||||
Standard_STATIC_ASSERT (sizeof (allocator_type::value_type) == sizeof (elem_type));
|
||||
Standard_STATIC_ASSERT (sizeof (allocator_type::pointer) == sizeof (void*));
|
||||
|
Reference in New Issue
Block a user