
31 Jan
2006
31 Jan
'06
3:50 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of David Abrahams Sent: Tuesday, January 31, 2006 10:38 AM To: boost@lists.boost.org Subject: Re: [boost] [Review] Fixed Strings review period extended
std::string str(30, 0); someoldcapi(&str[0]); str.resize(str.find(0)); str.find(...)
. I didn't think strings were guaranteed to be contiguous, or did that get slipped in when I wasn't looking? Joe