mardi 2 mai 2017

Why is declaration-seq in the C++ standard written this way?

declaration-seq:
   declaration
   declaration-seq declaration

not this way:

declaration-seq:
   declaration
   declaration declaration-seq

Are the two definitions interchangeable? What is the difference between them?

Aucun commentaire:

Enregistrer un commentaire