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

Can not see content of the std::shared_ptr.

XMLWordPrintable

    • 8cbcc3f0

      Code:

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

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes