Added references to generator_iterator docs to rst and qbk docs.

This commit is contained in:
Andrey Semashev
2017-08-28 21:45:03 +03:00
parent eb90ad7a99
commit 79277b78d2
4 changed files with 24 additions and 4 deletions

View File

@ -35,7 +35,7 @@ proxy object.
std::string s = "";
std::copy(x.begin(), x.end(),
boost::make_function_output_iterator(string_appender(s)));
boost::make_function_output_iterator(string_appender(s)));
std::cout << s << std::endl;
@ -97,4 +97,4 @@ Incrementable Iterator concepts.
[*Returns: ] `*this`.
[endsect]
[endsect]