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

C++11 literal operator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • Qt Creator 2.8.0-beta
    • C/C++/Obj-C++ Support
    • None

    Description

      C++11 literal operator declaration and usage are highlighted as syntax errors.

      Minimal test case:
      inline constexpr int operator"" _(const char* data, unsigned long size)

      { return size; }

      int main()

      { return ""_; }

      Attachments

        Issue Links

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

          Activity

            People

              erikv Erik Verbruggen
              matthias.fauconneau Matthias Fauconneau
              Votes:
              4 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes