Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-04-18 02:47:38


David Abrahams wrote:

> > I've a very basic question for now: how to I convert "*rst" files in
> > documentation to something nice-looking, like hmtl?
>
> ReStructuredText:
> http://docutils.sourceforge.net/README.html#quick-start
>
> Use the html.py script in the tools/ directory

Thanks, it worked. I've some initial comments now.

1. The documentation seems incomplete. I can't find the description of methods
for "Derived" class of iterator_facade, for example.
2. What is the relation with "new iterator categories". Am I supposed to pass
old categories as template parameters to facade/adapter.
3. The attached code does not compile with gcc 3.2, saying that:

   /usr/include/c++/3.2/bits/stl_iterator_base_types.h:123: no type named `
      iterator_category' in `class my_old_iterator'

The message is correct, but... I've explicitly specified iterator category
when declaring iterator adaptor. Am I doing something wrong?

TIA,
Volodya




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk