EgtGeomKernel 1.9h1 :
- sistemazioni varie in CAvToolTriangle - utilizzo di std::async in CAvToolSurfTm - corretto GetAllTriaAroundVertex di SurfTm - aggiunto ( nothrow) a tutti i new.
This commit is contained in:
+1
-1
@@ -548,7 +548,7 @@ CurveArc*
|
||||
CurveArc::Clone( void) const
|
||||
{
|
||||
// alloco oggetto
|
||||
CurveArc* pCrv = new(nothrow) CurveArc ;
|
||||
CurveArc* pCrv = new( nothrow) CurveArc ;
|
||||
if ( pCrv != nullptr) {
|
||||
if ( ! pCrv->CopyFrom( *this)) {
|
||||
delete pCrv ;
|
||||
|
||||
Reference in New Issue
Block a user