|
-
September 5th, 2008, 01:35 PM
#21
Re: Template specialisation of template class member function
 Originally Posted by Zaccheus
In fact std::string::iterator IS an example of an iterator which is not guaranteed to iterate over contiguous memory.
Well, it's a debatable point, depending on what kind of guarantee you're looking for. The current standard does not require that strings be contiguous, but future standards will and most if not all current implementations do.
- Alon
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|