*** empty log message ***

[SVN r25581]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-10-06 18:19:13 +00:00
parent 846cbcea43
commit ae8efa1436
3 changed files with 2 additions and 134 deletions

View File

@ -50,16 +50,6 @@ href="../../mpl/doc/index.html#metafunctions">metafunctions</a> and
free-standing functions so syntactic and/or semantic differences can be removed.
</p>
<!-- <p>
This library makes it possible to treat different types as if they have
implemented a subset of the container requirements (see &sect;23.1of the C++
standard). Formally, that subset is defined by the <a href="Range.htm"
target="_self" >Range</a> concept. The subset deals mostly with iterator
returning functions and nested <code >typedef</code>s. The main goal is to treat
built-in arrays, standard containers, pairs of iterators and some iterators
uniformly.
</p>
-->
<p >
The main advantages are
<ul >