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

Commit

Permalink
changed "std::device_vector" to "thrust::device_vector"
Browse files Browse the repository at this point in the history
Fixed a documentation issue
  • Loading branch information
fla-t authored Oct 12, 2021
1 parent b4fe20e commit 008b7b9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 008b7b9

Please sign in to comment.