commit | 548e9f13d2f0aa3eb0ec6ab179c3f5697b108366 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Sep 20 18:48:13 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Sep 25 18:10:55 2018 -0700 |
tree | c2de8d3abe6d9be2499f39cf9915b9e52c8e89fa | |
parent | 1a054aeab10d7cf32df704d256fa317fffa63026 [diff] |
configure: Use c++17 This is needed to start using c++17 libraries and the code should already be trivially compatible. We can't move away from std::experimental::filesystem yet as that requires gcc8+. Tested: Project still builds in the unit test environment although no tests are actually run. Change-Id: I4db0bfe3d42be58d5296eddf5dea5383b7847374 Signed-off-by: William A. Kennington III <wak@google.com>