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

Qt Creator doesn't recoginize types from cstdint

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 3.0.1
    • C/C++/Obj-C++ Support
    • None
    • Fedora 20, x86_64

      In C++11 there is a new header called cstdint. It defines new types that are guaranteed to be of a certain size. See http://www.cplusplus.com/reference/cstdint/

      Unfortunately, even if I include the header cstdint, or its C counterpart, stdint.h, Qt Creator doesn't offer uint32_t or similar types in autocompletion, nor does it highlight them like other types.

      NOTE: it does offer "u_int32_t" but I have no idea where that comes from.

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

            kosjar Nikolai Kosjar
            venemo Timur Kristóf
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes