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

__restrict__ keyword

    XMLWordPrintable

Details

    Description

      The c++ parser don't understand the _restrict_ extension which marks unique pointer in gcc (like the restrict keyword does in c99).
      An example:
      class xyz{
      void test( int* _restrict_ pointer);
      }

      Attachments

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

        Activity

          People

            erikv Erik Verbruggen
            benibela Benito van der Zander
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes