tqchen opened a new issue #4958: [RFC] Require C++14 in 0.7 release cycle
URL: https://github.com/apache/incubator-tvm/issues/4958
 
 
   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
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to