Re: [HACKERS] Array iterators

2002-05-15 Thread Nicolas Bazin
, May 15, 2002 2:48 PM Subject: Re: [HACKERS] Array iterators Rod Taylor [EMAIL PROTECTED] writes: Step 2 is to teach oper_select_candidate() about functions which accept unknown and _unknown that can be used as a last resort. We will allow coercions to type unknown and _unknown from any

Re: [HACKERS] Array iterators

2002-05-15 Thread Rod Taylor
PROTECTED] Sent: Wednesday, May 15, 2002 3:10 AM Subject: Re: [HACKERS] Array iterators Just a small remark, type name any would be more meaningfull than unknown. Also it's widely used (CORBA for example) and may enter in the STL someday. - Original Message - From: Tom Lane [EMAIL

Re: [HACKERS] Array iterators

2002-05-14 Thread Tom Lane
Rod Taylor [EMAIL PROTECTED] writes: Step 2 is to teach oper_select_candidate() about functions which accept unknown and _unknown that can be used as a last resort. We will allow coercions to type unknown and _unknown from any type to accomplish this but only in this specific case. Why