On 02/28/2012 03:36 PM, Fabien Chêne wrote:
        * decl.c (build_enumerator): Call
        insert_into_classtype_sorted_fields if an enumerator-definition 
referring
        to a class scope opaque enum has been encountered.

This will insert and sort the vector again for each enumerator; we should wait and sort after we've seen all of them. Will unqualified lookup work because we're in the enumeration scope, or do we need to make lookup in the class work?

+   equal to THREASHOLD or greater than THREASHOLD.  */

No 'a' in "threshold".

Jason

Reply via email to