[sv-bc] Typo in A.1.3?


Subject: [sv-bc] Typo in A.1.3?
From: LaFlamme, Jamie (jamiel@model.com)
Date: Mon Feb 02 2004 - 14:09:06 PST


I think there is a misplaced '[' in the class_declaration BNF included in draft 4 - the current BNF is:

    [ virtual ] class [ lifetime ] class_identifier [ parameter_port_list ]
        [ extends class_identifier [ parameter_value_assignment ] ] [ ( list_of_arguments ) ] ;

but the BNF specified in LRM-174 (which I believe is correct) moves a ']' after (list_of_arguments):

    [ virtual ] class [ lifetime ] class_identifier [ parameter_port_list ]
        [ extends class_identifier [parameter_value_assignment ] [ ( list_of_arguments) ] ] ;

Regards,
    -Jamie



This archive was generated by hypermail 2b28 : Mon Feb 02 2004 - 14:15:26 PST