There's a spreadsheet linked in https://issues.apache.org/jira/browse/MESOS-2604 that captures which OSes we can support based on compiler version:
https://docs.google.com/spreadsheets/d/1Ji8p3p_1JqUsMxE31mJqqztHf7LDx7mGMXh253azWpU/edit#gid=0 Also, do we have already have a minimum clang version for C++14 / <regex>? On Tue, May 30, 2017 at 11:27 AM, Neil Conway <neil.con...@gmail.com> wrote: > It seems that if we moved to GCC 5, we'd also be able to move to C++14 > (https://gcc.gnu.org/projects/cxx-status.html#cxx14). > > CentOS 6 users will need to install devtoolset anyway (which makes it > easy to get GCC 5 or 6), so I wonder if skipping directly to requiring > GCC 5 would be feasible? > > Neil > > > On Tue, May 30, 2017 at 11:17 AM, Jacob Janco <jjanco....@gmail.com> > wrote: > > Along with various additions and optimizations, support for <regex> > would be nice to have. Thoughts on this? >