Some info from #C++:

09:00 < Anduin> It is the 03 spec that puts it in writing
09:02 < strk> Anduin: does 03 spec does put in writing about data() or 
contiguos memory in general ?
09:06 < Anduin> strk: That vector's backing memory is contiguous "The elements 
of a vector are stores contiguously, meaning that if v is a vector<T,
                Allocator> where T is some type other than bool, then it obeys 
the identity &v[n] -- &v[0] + n for all... etc"
09:06 < Anduin> less the typos

--strk;



_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to