`THRUST_CPP_DIALECT >= 2011` checks
Open
- 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
Assessment
This issue has not been assessed yet.