Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ front-end: support explicit type conversion with braced-init-list #8385

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jul 17, 2024

  1. C++ front-end: support explicit type conversion with braced-init-list

    Now follows the grammar described in the C++ standard: Explicit type
    conversions are postfix expressions. This required adding rules for C++
    cast expressions, which in turn simplifies type checking for we no
    longer treat them as function calls with template arguments.
    tautschnig committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fe1c657 View commit details
    Browse the repository at this point in the history