Jan. 19, 2004
12:50 a.m.
On Wed, 2004-01-14 at 00:02, David Abrahams wrote:
David Abrahams <dave@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.