NVIDIA / NVIDIA/cccl

`THRUST_CPP_DIALECT >= 2011` checks

Open
#835 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.5k
Forks
487
Avg merge
2d 7h
Merged PRs (30d)
296

Description

[C++ dialects supported by Thrust are 11, 14 and 17](https://github.com/NVIDIA/thrust/blob/main/cmake/ThrustMultiConfig.cmake#L9-L12), so why are the `#if THRUST_CPP_DIALECT >= 2011` checks still present? e.g. in [`thrust/optional.h`](https://github.com/NVIDIA/thrust/blob/main/thrust/optional.h#L20). Shouldn't these be always true?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.