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++/56753] vector.size() always returns 0


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

--- Comment #2 from rb at oaktreepeak dot com 2013-03-27 14:05:11 UTC ---
It appears that you are saying that you can not assign a value to a vector
using the assignment operator[]?

All the STL docs say that you can.

Can you please elaborate?


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