ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/estl.h
(Generate patch)

Comparing libptytty/src/estl.h (file contents):
Revision 1.21 by root, Thu Oct 23 20:21:52 2014 UTC vs.
Revision 1.22 by sf-exg, Thu Oct 23 22:45:31 2014 UTC

326 size_type c = end () - last; 326 size_type c = end () - last;
327 327
328 if (is_simple_enough ()) 328 if (is_simple_enough ())
329 memmove (first, last, sizeof (T) * c); 329 memmove (first, last, sizeof (T) * c);
330 else 330 else
331 copy<iterator> (first, last, c, cop_set); 331 copy (first, last, c, cop_set);
332 332
333 sze -= n; 333 sze -= n;
334 destruct (buf + sze, n); 334 destruct (buf + sze, n);
335 335
336 return first; 336 return first;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines