Skip to content

Commit 4c03f9e

Browse files
for_each_n example update
1 parent fd0c089 commit 4c03f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@ template <class Type> class MultValue
22942294
}
22952295
};
22962296

2297-
template <class Vector> void print_vector(const Vector &vec)
2297+
template <class T> void print_vector(const vector<T> &vec)
22982298
{
22992299
cout << "( ";
23002300

0 commit comments

Comments
 (0)