We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48df1 commit 2a6744cCopy full SHA for 2a6744c
Makefile
@@ -14,8 +14,8 @@
14
15
# Makefile for building Thrust unit test driver
16
17
-# Force C++14 mode. NVCC will ignore it if the host compiler doesn't support it.
18
-export CXX_STD := c++14
+# Force C++11 mode. NVCC will ignore it if the host compiler doesn't support it.
+export CXX_STD := c++11
19
20
export CCCL_ENABLE_DEPRECATIONS := 1
21
0 commit comments