[PATCH] D61506: [OpenCL] Switch to C++17

Ronan Keryell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 12:33:12 PDT 2019


keryell added a comment.

In D61506#1490555 <https://reviews.llvm.org/D61506#1490555>, @rsmith wrote:

> Per the OpenCL C++ 1.0 specification, section 2:
>
> > The OpenCL C++ programming language is based on the ISO/IEC JTC1 SC22 WG21 N 3690 language specification (a.k.a. C++14 specification).
>
> I think it would be reasonable to permit changing the base C++ standard in OpenCL C++ mode


Indeed! There should be an option to pick the version of C++ the user wants for OpenCL.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61506/new/

https://reviews.llvm.org/D61506





More information about the cfe-commits mailing list