-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11
-
Component/s: client-libs
-
b03
-
generic
-
windows
The Visual Studio compilers (checked VS2013 and VS2017) do not know this flag, output is
cl : Command line warning D9002 : ignoring unknown option '-std=c+11'
So the flag should be avoided on Windows.
JDK 17 and above use c++14 already, that's why this change is for 11u only.
cl : Command line warning D9002 : ignoring unknown option '-std=c+11'
So the flag should be avoided on Windows.
JDK 17 and above use c++14 already, that's why this change is for 11u only.