As we start to move to 0.7, we want to revive the discussion about C++14 requirement. It becomes more important because:
- The latest LLVM will depend on c++14 - We also start to see needs of a few C++14 features, in particular, ```std::string_view```(it was experimental in c++14) to support some of our container features without introducing a lot boilerplate. ## Compiler Support Status gcc5 support c++14, which is enabled in ubuntu 16.04 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4958