mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-28 07:12:18 +00:00
Trim trailing spaces.
This commit is contained in:
@@ -55,7 +55,7 @@ int main()
|
||||
ones ones_generator;
|
||||
vector<int> values(10);
|
||||
generate(values.begin(), values.end(), ones());
|
||||
|
||||
|
||||
vector<int> generated;
|
||||
copy(
|
||||
boost::make_function_input_iterator(ones_generator, 0),
|
||||
|
||||
Reference in New Issue
Block a user