commit | a823bee9d349b7cd51536ee7751c1ab6d36265f9 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Aug 08 11:12:55 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Thu Aug 18 12:34:21 2022 -0700 |
tree | fa0ccd03238435d1ff30cb3c6f8a9d0eae66cd76 | |
parent | b3ff0cf8c81a4471612fefc6ba55c15a7129dd0a [diff] |
libprocessgroup: Switch from gnu++-17 to gnu++-20 This change enables headers like <span>. Inside the <span> header file file the following guard makes its functionality unavailable when building with std=gnu++-17: #if _LIBCPP_STD_VER > 17 [ ... ] #endif Bug: 213617178 Change-Id: I5c40708ea196ab112990b5ca6fae9370b75f8752 Signed-off-by: Bart Van Assche <bvanassche@google.com>