merged from trunk

[SVN r30404]
This commit is contained in:
Dave Abrahams
2005-08-03 13:03:27 +00:00
parent 23ec8fc788
commit d4f4893ee1

View File

@ -58,7 +58,7 @@ template <class Generator>
class generator_iterator_generator
{
public:
typedef <a href="iterator_adaptors.htm#iterator_adaptor">iterator_adaptor</a>&lt...&gt; type; // the resulting generator iterator type
typedef <i>unspecified</i> type; // the resulting generator iterator type
}
</pre>