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,613 of 33,346   
   Leigh Johnston to John Wiegley   
   Re: lifetime of temporaries in larger ex   
   04 Nov 11 01:28:39   
   
   From: leigh@i42.co.uk   
      
   On 03/11/2011 23:47, John Wiegley wrote:   
   >>>>>> s5n  writes:   
   >   
   >> foo( std::string("...").c_str() );   
   >   
   >> My question is simply: what is the lifetime of the string temporary object?   
   >> Does it survive until foo() returns or does it expire immediately before   
   >> foo() is called?   
   >   
   >> My point is simply to understand whether or not the above has well- defined   
   >> or undefined behaviour.   
   >   
   > The C++ Standard says, 1.9p17:   
   >   
   >   When calling a function (whether or not the function is inline), there is a   
   >   sequence point after the evaluation of all function arguments (if any)   
   which   
   >   takes place before execution of any expressions or statements in the   
   >   function body.   
   >   
   > One aspect of sequence points is that temporaries get cleaned up.   
      
   Temporaries do not get cleaned up just because we reach a sequence   
   point.  From n3242:   
      
   12.2/3   
   "Temporary objects are destroyed as the last step   
   in evaluating the full-expression (1.9) that (lexically) contains the   
   point where they were created."   
      
   Calling a function is part of a "full-expression" and a   
   "full-expression" can contain more than one sequence point.   
      
   /Leigh   
      
      
   --   
         [ 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