Skip to content

Commit be574c8

Browse files
Use C++14 in Windows build (same as TFQ)
1 parent 5d4d2da commit be574c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ windows_copts = [
1313
"-DNOGDI",
1414
"/d2ReducedOptimizeHugeFunctions",
1515
"/arch:AVX",
16-
"/std:c++11",
16+
"/std:c++14",
1717
"/DPLATFORM_WINDOWS",
1818
"/DEIGEN_HAS_C99_MATH",
1919
"/DEIGEN_AVOID_STL_ARRAY",

tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ windows_copts = [
1919
"-DNOGDI",
2020
"/d2ReducedOptimizeHugeFunctions",
2121
"/arch:AVX",
22-
"/std:c++11",
22+
"/std:c++14",
2323
"/DPLATFORM_WINDOWS",
2424
"/DEIGEN_HAS_C99_MATH",
2525
"/DEIGEN_AVOID_STL_ARRAY",

0 commit comments

Comments
 (0)