We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4d2da commit be574c8Copy full SHA for be574c8
apps/BUILD
@@ -13,7 +13,7 @@ windows_copts = [
13
"-DNOGDI",
14
"/d2ReducedOptimizeHugeFunctions",
15
"/arch:AVX",
16
- "/std:c++11",
+ "/std:c++14",
17
"/DPLATFORM_WINDOWS",
18
"/DEIGEN_HAS_C99_MATH",
19
"/DEIGEN_AVOID_STL_ARRAY",
tests/BUILD
@@ -19,7 +19,7 @@ windows_copts = [
20
21
22
23
24
25
0 commit comments