Mentions légales du service

Skip to content

need brace on right side

LAWALL Julia requested to merge init into master

This completes the implementation of brace initializers, but only in the case of typedef ident { ... };

The complete set of patches changes the { in this case to a special token that avoids parsing conflicts.

Merge request reports