Coding - Deprecate Handle_* type usage #240

Handle_* require special processing in Windows
  and it is already not needed for VS15+
In 7.9 dev will be reorginized to use typedef even for MSVC.
In  8.0 will be fully removed.
This commit is contained in:
dpasukhi
2025-01-05 12:41:34 +00:00
parent 9687f7369c
commit 3d6c21124a
11 changed files with 19 additions and 10 deletions

View File

@@ -878,7 +878,7 @@ static Standard_Integer gbounding(Draw_Interpretor& di,Standard_Integer n,const
Standard_Boolean Is3d = Standard_True;
Handle(Geom_Curve) C;
Handle(Geom_Surface) S;
Handle_Geom2d_Curve C2d;
Handle(Geom2d_Curve) C2d;
S = DrawTrSurf::GetSurface(a[1]);
if (!S.IsNull())
{