This is the mail archive of the libstdc++@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] |
On Thu, Nov 26, 2009 at 6:38 AM, Christian BRUEL <christian.bruel@st.com> wrote: > Gaby > > dest.size() after the array assignment also reports 1. > > ?dest[b] = src; > > ?std::cout << dest.size() << std:: endl; the array expression on the left hand side of the assignment is dest[b]. -- Gaby
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |