1diff --git a/configure b/configure
2index ffa407d53d..f3e223cfac 100755
3--- a/configure
4+++ b/configure
5@@ -6742,7 +6742,7 @@ if [ -z "$nvccflags" ]; then
6 nvccflags=$nvccflags_default
7 fi
8
9-nvccflags="$nvccflags -std=c++11"
10+nvccflags="$nvccflags -std=c++14"
11
12 if enabled x86_64 || enabled ppc64 || enabled aarch64; then
13 nvccflags="$nvccflags -m64"