Chromium and AOSP now use C++14 (-std=gnu++14) by default for compiling C++ code. Many Chromium OS services/apps written in C++ (e.g. platform2, shill, etc) uses libchrome, which will need to be upgraded to match chromium/base. Before the next libchrome uprev, we should get ready for building those Chromium OS services/apps in C++14 mode.
We can start by enabling -std=gnu++14 in platform2, and then migrate other non-platform2 C++ projects on a case-by-case basis.
Comment 1 by benchan@chromium.org
, Sep 27 2017Status: Started (was: Assigned)