[Range] pop_front() / pop_back() docs for iterator_range?

Hi, Where are pop_front() and pop_back() for iterator_range documented? Can't find them at http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/uti... Am I looking in the wrong place or are they missing? -- Olaf

Where are pop_front() and pop_back() for iterator_range documented?
Can't find them at http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/uti...
Am I looking in the wrong place or are they missing?
They exist but it seems they are not documented. Please file a Trac issue and I'll add documentation for them. Thanks! Nate

On Fri, Jan 4, 2013 at 8:46 PM, Nathan Ridge <zeratul976@hotmail.com> wrote:
Where are pop_front() and pop_back() for iterator_range documented?
Can't find them at http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/uti...
Am I looking in the wrong place or are they missing?
They exist but it seems they are not documented. Please file a Trac issue and I'll add documentation for them.

Olaf, Nate, I think I should probably document this one since there is more associated work to commit. This is related to new range primitives that provide the functionality similar to those proposed by Alexandrescu while preserving backward compatibility. I left these undocumented deliberately while I formalised the underlying Concepts. Thanks, Neil Groves On 4 Jan 2013 19:59, "Olaf van der Spek" <ml@vdspek.org> wrote:
On Fri, Jan 4, 2013 at 8:46 PM, Nathan Ridge <zeratul976@hotmail.com> wrote:
Where are pop_front() and pop_back() for iterator_range documented?
Can't find them at
http://www.boost.org/doc/libs/1_52_0/libs/range/doc/html/range/reference/uti...
Am I looking in the wrong place or are they missing?
They exist but it seems they are not documented. Please file a Trac issue and I'll add documentation for them.
https://svn.boost.org/trac/boost/ticket/7856 -- Olaf
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Nathan Ridge
-
Neil Groves
-
Olaf van der Spek