[C++-sig] Re: New slice implementation

Jonathan Brandmeyer jbrandmeyer at earthlink.net
Mon Jan 19 01:50:09 CET 2004


On Wed, 2004-01-14 at 00:02, David Abrahams wrote:
> David Abrahams <dave at boost-consulting.com> writes:
> 
> > BTW, compare this with the HTML source for list.html and you'll see
> > one of the main reasons people hate HTML to be edited with WYSIWYG
> > tools.  Sticking <br> tags in a <pre> block is just insane.
> 
> Not that you're insane; it's your editor ;-)

I understand.  Its fixed, I think.

> Note also:
> 
>   slice::get_indicies(RandomAccessIterator const& begin, RandomAccessIterator const& end);
> 
> Is probably too wide and should be wrapped:
> 
>   slice::get_indicies(
>       RandomAccessIterator const& begin, RandomAccessIterator const& end);

Done.

Attached are diffs for boost/libs/python/doc/v2/reference.html,
object.html, and the new file slice.html.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: object.html.diff
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20040118/25aa0a93/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reference.html.diff
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20040118/25aa0a93/attachment-0001.bin>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20040118/25aa0a93/attachment.html>


More information about the Cplusplus-sig mailing list