close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 15 years ago

Closed 15 years ago

#753 closed defect (fixed)

pure virtual function call (ticket 728)

Reported by: Jorge Owned by: Víctor de Buen Remiro
Priority: highest Milestone: OOP Implementation
Component: OOP Version: head
Severity: critical Keywords:
Cc:

Description

This bugs is related to #728, if the following code is executed then a "pure virtual function" is called and tol ends unexpectly.

Class CEjemplo {
  Code AtributoTipoCode
};
	
CEjemplo ej = [[
  Code AtributoTipoCode = ( Real(Real x) { x } )
]];

Set GetGlobalFunctions( "Real" );

Change History (2)

comment:1 Changed 15 years ago by Víctor de Buen Remiro

Status: newaccepted

comment:2 Changed 15 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: acceptedclosed

(In [1477]) Fixes #753

Note: See TracTickets for help on using tickets.