------- Comment #6 from pcarlini at suse dot de  2007-11-28 00:56 -------
Just a short note to follow up to my first message: as expected, in the next
standard both push_back and resize will be very different. The signature of the
new push_back, already available under the experimental C++0x mode, becomes:

  template<typename... Args>
    void
    push_back(Args&&... args)

As regards resize, will be split into:

   resize(size_type)

   resize(size_type, const T&)

I'm considering implementing the new resize too under C++0x, in that case this
PR will be closed.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcarlini at suse dot de
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-11-28 00:56:53
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32618

Reply via email to