Merge r86524 (Correct broken links to C++ standard papers); fixes #9212

[SVN r86673]
This commit is contained in:
Michel Morin
2013-11-13 03:22:55 +00:00
parent 6d0b2d4f8a
commit 3fd1c34411
9 changed files with 37 additions and 37 deletions

View File

@ -165,9 +165,9 @@ the implementation of her iterator is free to implement an
class; it will hide the one supplied by `iterator_facade` from
clients of her iterator.
.. _n1550: http://anubis.dkuug.dk/JTC1/SC22/WG21/docs/papers/2003/n1550.html
.. _n1550: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1550.htm
.. _`issue 299`: http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html#299
.. _`issue 299`: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#299
.. _`operator arrow`: