diff --git a/doc/sequence.qbk b/doc/sequence.qbk index dbd1456b..6f50fe21 100644 --- a/doc/sequence.qbk +++ b/doc/sequence.qbk @@ -713,11 +713,11 @@ Returns the M-th element from the beginning of the sequence. [heading Synopsis] template - typename __result_of_at__::type + typename __result_of_at__::type at(Sequence& seq); template - typename __result_of_at__::type + typename __result_of_at__::type at(Sequence const& seq); [heading Parameters]