diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index f335ddf8d02..d4d402ffcdd 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1423,12 +1423,12 @@ is its address (after linking) which is guaranteed to be constant.

is necessary to use when you need to update the list or perform a complex action that doesn't have a forwarding method.

-
  • Function::aiterator - Typedef for the argument list +
  • Function::arg_iterator - Typedef for the argument list iterator
    - Function::const_aiterator - Typedef for const_iterator.
    + Function::const_arg_iterator - Typedef for const_iterator.
    - abegin(), aend(), afront(), aback(), - asize(), aempty(), arbegin(), arend() + arg_begin(), arg_end(), arg_front(), arg_back(), + arg_size(), arg_empty()

    These are forwarding methods that make it easy to access the contents of a Function object's Argument @@ -1591,12 +1591,12 @@ provide a name for it (probably based on the name of the translation unit).