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

Can not see content of the std::shared_ptr.

    XMLWordPrintable

Details

    • 8cbcc3f0

    Description

      Code:

      ...
      
      class CSimple
      {
      public:
      	int i;
      
      	void add();
      }
      
      ...
      
      std::shared_ptr<CSimple> pi(new CSimple());
      

      Output:
      pi <not accessible> std::shared_ptr<CSimple>

      Attachments

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

        Activity

          People

            hjk hjk
            maaniv Andrew Machulin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes