Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

changed "std::device_vector" to "thrust::device_vector" #1539

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thrust/for_each.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ THRUST_NAMESPACE_BEGIN
* and \p UnaryFunction does not apply any non-constant operation through its argument.
*
* The following code snippet demonstrates how to use \p for_each to print the elements
* of a \p std::device_vector using the \p thrust::device parallelization policy:
* of a \p thrust::device_vector using the \p thrust::device parallelization policy:
*
* \code
* #include <thrust/for_each.h>
Expand Down