home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 31,968 of 33,346   
   Wil Evers to Kris Prad   
   Re: Incomplete class with auto_ptr   
   02 Mar 12 02:38:51   
   
   464b92e4   
   From: bouncer@dev.null   
      
   Kris Prad wrote:   
      
   > This code snippet results in compiler warning:   
   >   
   > ----   
   > #include    
   > class A; // fwd class decl.   
   >   
   > void test()   
   > {   
   >      A* a;   
   >      std::auto_ptr ap(a); // A is not defined here   
   > }   
   > ----   
   >   
   >   
   > On Comeau online compiler:   
   > "memory", line 76: warning: delete of pointer to incomplete class   
   >      ~auto_ptr() { delete _M_ptr; }   
   >   
   >   
   > My question:   
   > Eventually ~auto_ptr() must see the underlying class definition for   
   > the code to work correctly. So, why is this only a warning, and not a   
   > full fledged error?   
      
   Because at some point, someone decided that it was a good idea to allow   
   for this kind of nonsense, probably to keep the C folks happy.   
   Be thankful to the EDG guys for spotting this... and remember there is   
   only one warning level: warnings are errors.   
      
   Regards,   
      
   - Wil   
      
      
   --   
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca