Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-276

Warning: deletion of pointer to incomplete type

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory(951) : warning C4150: deletion of pointer to incomplete type 'mongo::DBClientCursor'; no destructor called
              C:\mongo-cxx-driver\src\mongo/client/dbclientinterface.h(356) : see declaration of 'mongo::DBClientCursor'
              C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xmemory(950) : while compiling class template member function 'std::auto_ptr<mongo::DBClientCursor>::~auto_ptr(void) throw()'
              C:\mongo-cxx-driver\src\mongo/client/dbclientinterface.h(1553) : see reference to function template instantiation 'std::auto_ptr<mongo::DBClientCursor>::~auto_ptr(void) throw()' being compiled
              C:\mongo-cxx-driver\src\mongo/client/dbclientinterface.h(1551) : see reference to class template instantiation 'std::auto_
      ptr<mongo::DBClientCursor>' being compiled
      

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            tyler@10gen.com Tyler Brock
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: