Re: [fpc-devel] Enumerator operator

2015-11-03 Thread Michael Van Canneyt
On Tue, 3 Nov 2015, Ondrej Pokorny wrote: On 03.11.2015 15:42, Sven Barth wrote: Am 03.11.2015 13:49 schrieb "Ondrej Pokorny" >: > > What does the "function search_enumerator_operator" in compiler/symtable.pas do? > > Does FPC support enumerator operator overloa

Re: [fpc-devel] Enumerator operator

2015-11-03 Thread Ondrej Pokorny
On 03.11.2015 15:42, Sven Barth wrote: Am 03.11.2015 13:49 schrieb "Ondrej Pokorny" >: > > What does the "function search_enumerator_operator" in compiler/symtable.pas do? > > Does FPC support enumerator operator overloading? If yes, how? > > There doesn't seem to be

Re: [fpc-devel] Enumerator operator

2015-11-03 Thread Sven Barth
Am 03.11.2015 13:49 schrieb "Ondrej Pokorny" : > > What does the "function search_enumerator_operator" in compiler/symtable.pas do? > > Does FPC support enumerator operator overloading? If yes, how? > > There doesn't seem to be any information on this topic in the docs: http://www.freepascal.org/do

[fpc-devel] Enumerator operator

2015-11-03 Thread Ondrej Pokorny
What does the "function search_enumerator_operator" in compiler/symtable.pas do? Does FPC support enumerator operator overloading? If yes, how? There doesn't seem to be any information on this topic in the docs: http://www.freepascal.org/docs-html/3.0.0/ref/refch15.html#x207-22800015 Ondrej