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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 8.0.0

      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

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

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

              Created:
              Updated:

                There are no open Gerrit changes