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 32,507 of 33,346   
   Pete Becker to Dave Abrahams   
   Re: Why doesn't push_back return an iter   
   29 Jul 12 09:07:49   
   
   From: pete@versatilecoding.com   
      
   On 2012-07-29 07:56:57 +0000, Dave Abrahams said:   
      
   > on Sun Jul 22 2012, Kaba  wrote:   
   >   
   >> Hi,   
   >>   
   >> A small but annoying piece of STL is that the push_back and push_front   
   >> member functions of std::list (say) do not return an iterator to the   
   >> created element. This results in having to do something like   
   >>   
   >> auto iter = list.end();   
   >> --iter;   
   >>   
   >> This is bad; it does not compose, it is redundant, and opens up a door   
   >> for possibly getting it wrong.   
   >>   
   >> Why was the iterator-return left off from C++03?   
   >>   
   >> Why was the iterator-return left off from C++11?   
   >   
   > It doesn't solve the whole problem, but I can save you one step:   
   > http://www.boost.org/doc/libs/1_50_0/libs/utility/utility.htm#   
   unctions_next_prior   
   >   
      
   Or, in C++11, std::next() and std::prev().   
      
   --   
    Pete   
      
      
         [ 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