Downgrade TVM Runtime to C++11?

I still think C++11/14 for runtime is a safer choice as I posted on Aug LLVM is moving to C++17 - #17 by FrozenGene. For deployment environment, developers can not decide to upgrade compilers or change the deployment environment most of time. Compiler / Runtime could be different C++ language std from my view. Industry deployment environment is complex and somehow a little behind the latest trend.