This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r195374 - /branches/google/integration/libstdc+...


Author: ppluzhnikov
Date: Tue Jan 22 14:58:23 2013
New Revision: 195374

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195374
Log:
Set destructed vector into an invalid state, such that
subsequent calls to begin(), end(), size(), etc. all throw logic_error.

Google ref b/7248326

Modified:
    branches/google/integration/libstdc++-v3/include/bits/stl_vector.h


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