﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
323	Operator precedence between [] and ->	Christian Paz	Víctor de Buen Remiro	"I have tested this code

/////////////////////////////////////////////////////////////
Struct StTest
{
   Set Pri;
   Set Seg
};

Set x=StTest(SetOfReal(1, 2), SetOfReal(3,4,5));

Real z = x->Pri[1];
Real y = (x->Pri)[1];

/////////////////////////////////////////////////////////////

And I noticed that the line Real z .... does not compile, it seems to be a problem of 
precedence of operators between [] and -> , I think that it should not have to give 
an error, the precedence should be like in C where it is possible.

Thanks,"	defect	closed	high		SetAlgebra	head	minor	wontfix		
