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
Status: | new → accepted |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [1477]) Fixes #753