Do you have plan to build with C++17 by default?

Hi,

I found TensorFlow has build option to build with C++17, but seems the release version binary did not use this one.
Do you have plan to build with C++17 in release binary?

# By default, build TF in C++ 17 mode.
build:android --cxxopt=-std=c++17
build:android --host_cxxopt=-std=c++17
build:ios --cxxopt=-std=c++17
build:ios --host_cxxopt=-std=c++17
build:linux --cxxopt=-std=c++17
build:linux --host_cxxopt=-std=c++17
build:macos --cxxopt=-std=c++17
build:macos --host_cxxopt=-std=c++17
build:windows --cxxopt=/std:c++17
build:windows --host_cxxopt=/std:c++17

For more details please refer tensorflow/.bazelrc at master · tensorflow/tensorflow · GitHub. Thank you.