$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Richter (roland_at_[hidden])
Date: 2001-12-14 04:56:46
Dear all,
I think the documentation of iterator_adapter contains some
outdated informations:
In section "The Policies Class", table "Core iterator operations" mentions
a function 'less' which 'imposes a Strict Weak ...' and so on and so on.
However, there is no such operation "less" in the sources; operators
like <, >, etc just use policy's 'distance' function.
What happened?
- Roland