﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
753	pure virtual function call (ticket 728)	Jorge	Víctor de Buen Remiro	"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"" );
}}}
"	defect	closed	highest	OOP Implementation	OOP	head	critical	fixed		
