See also the previous thread Is switching to C++14 considered? by @kparzysz
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.
Please share your thoughts