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

Move Definition Outside Class uses preprocessed form of function

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 3.2.0-beta1
    • C/C++/Obj-C++ Support

    Description

      #define INT int
      
      class Foo
      {
          void func(INT arg) {}
      };

      Results in:

      void Foo::func(int arg) {}

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes