Is this a duplicate?
Area
Thrust
Is your feature request related to a problem? Please describe.
Currently there is extensive use of the conditional to see if the CPP version is >= 11. This conditional always evaluates to true.
#if THRUST_CPP_DIALECT >= 2011
Describe the solution you'd like
Remove redundant code where this conditional is utilized. Currently used throughout the examples, thrust, and tests.
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
Thrust
Is your feature request related to a problem? Please describe.
Currently there is extensive use of the conditional to see if the CPP version is >= 11. This conditional always evaluates to true.
Describe the solution you'd like
Remove redundant code where this conditional is utilized. Currently used throughout the examples, thrust, and tests.
Describe alternatives you've considered
No response
Additional context
No response