| // Copyright 2017-2020 The Khronos Group. This work is licensed under a | |
| // Creative Commons Attribution 4.0 International License; see | |
| // http://creativecommons.org/licenses/by/4.0/ | |
| [[opencl-c-standard-library]] | |
| == OpenCL {cpp} Standard Library | |
| OpenCL {cpp} does not support the {cpp14} standard library, but instead implements its own standard library. | |
| No OpenCL types and functions are auto-included. |