Skip to content

Commit c7eee64

Browse files
committed
Revert "Makefile: Don't force any C++ dialect, instead use the host compiler's default.", because we can't have nice things (failed on the mobile branch and blocking promotions).
This reverts commit de845f9.
1 parent a424837 commit c7eee64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
# Makefile for building Thrust unit test driver
3232

33-
# Don't force any C++ mode, use the host compiler's default.
34-
export CXX_STD =
33+
# Force C++11 mode. NVCC will ignore it if the host compiler doesn't support it.
34+
#export CXX_STD = c++11
3535

3636
export VERBOSE = 1
3737

0 commit comments

Comments
 (0)