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

David Abrahams dave at boost-consulting.com
Wed Jan 14 06:02:49 CET 2004


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 ;-)

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);


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list