Merge pull request #24 from boostorg/revert-23-patch-1

Revert "fix typo"
This commit is contained in:
Marshall Clow
2015-09-14 11:58:29 -07:00

View File

@@ -5,7 +5,7 @@ it possible to decouple `algorithms`__ from concrete compile-time `sequence
implementations`__. Under the hood, all MPL sequence algorithms are implementations`__. Under the hood, all MPL sequence algorithms are
implemented in terms of iterators. In particular, that means that they implemented in terms of iterators. In particular, that means that they
will work on any custom compile-time sequence, given that the appropriate will work on any custom compile-time sequence, given that the appropriate
iterator interface is provided. iterator inteface is provided.
__ `Algorithms`_ __ `Algorithms`_
__ `label-Sequences-Classes`_ __ `label-Sequences-Classes`_
@@ -14,6 +14,6 @@ __ `label-Sequences-Classes`_
.. More? .. More?
.. copyright:: Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams .. copyright:: Copyright <EFBFBD> 2001-2009 Aleksey Gurtovoy and David Abrahams
Distributed under the Boost Software License, Version 1.0. (See accompanying Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)