[NFC] (test commit) Changed example invocation of C++ for OpenCL

This commit is contained in:
Ole Strohm 2021-05-07 12:30:31 +01:00
parent 442de0c1ad
commit f372ff17f7
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ The possible clang invocation to compile the example is as follows:
.. code-block:: console
$ clang -cl-std=clc++ -I<path to libcxx checkout or installation>/include test.cl
$ clang -I<path to libcxx checkout or installation>/include test.clcpp
Note that `type_traits` is a header only library and therefore no extra
linking step against the standard libraries is required. See full example