Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28069

Qt Creator does not extract C++ version from Meson project

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 8.0.0
    • None

    Description

      project(
              'Whatever,
              ['c', 'cpp'],
              default_options : [
                      'cpp_std=gnu++20',
              ],
              meson_version : '>=0.57',
      )
      

      But all the syntax highlighting in seems to assume __cplusplus is defined to C++98.

      Test with: https://github.com/thiagomacieira/opendcdiag/tree/c%2B%2B20

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ajeandet Alexis Jeandet
            thiago Thiago Macieira
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes