diff --git a/doc/iterator.qbk b/doc/iterator.qbk index 8efecda9..666bc7ac 100644 --- a/doc/iterator.qbk +++ b/doc/iterator.qbk @@ -494,7 +494,7 @@ Deferences the data property associated with the element referenced by an associ template< typename I > - typename __result_of_deref_data__::type deref(I const& i); + typename __result_of_deref_data__::type deref_data(I const& i); [table Parameters [[Parameter] [Requirement] [Description]]