This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/23425] vector::clear should be manually inlined



------- Comment #6 from paolo at gcc dot gnu dot org  2005-11-02 16:24 -------
Subject: Bug 23425

Author: paolo
Date: Wed Nov  2 10:27:54 2005
New Revision: 106379

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106379
Log:
2005-11-02  Thomas Kho  <tkho@ucla.edu>

        PR libstdc++/23425
        * include/bits/stl_vector.h (vector<>::clear): Open code
        in terms of _Destroy.

2005-11-02  Paolo Carlini  <pcarlini@suse.de>

        * include/bits/vector.tcc (vector<>::_M_fill_assign): Qualify fill_n.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_vector.h
    trunk/libstdc++-v3/include/bits/vector.tcc


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]