Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelboK committed Oct 13, 2023
1 parent 46d4dc3 commit 9291833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/detail/type_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ struct is_pod
#elif THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_GCC
// only use the intrinsic for >= 4.3
#if (__GNUC__ * 100 + __GNUC_MINOR__ >= 403)
|| __is_pod(T)
|| __is_pod(T)
#endif // GCC VERSION
#endif // THRUST_HOST_COMPILER
>
Expand Down

0 comments on commit 9291833

Please sign in to comment.