Skip to content

[FEA]: Remove now redundant conditional for checking if thrust cpp version is >= 11.  #565

Description

@ZelboK

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

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomers.thrustFor all items related to Thrust.

Fields

No fields configured for Enhancement.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions