[roll] Roll fuchsia [cpp][cleanup] Remove redundant C++14 compatibility

We dropped support for C++14 about 3 years ago. This cleans up some
lingering, unused C++14 compatibility abstractions such as:
 - `#if __cplusplus >= 201703L` guards around C++17 language / library
   feature use.
 - `cpp17::` from stdcompat that will just pass through to the standard
   implementation, but which add confusion and indirection.
 - partial implementations of C++17 features across various libraries.

Since we haven't built with C++14 in at least 3 years the only impact
should be that our code is a little cleaner and our build graph is a
little sparser.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1278668
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: 154d5ce4c82741a3fb0e0cb96a922cd9bc1431ac
GitOrigin-RevId: 5a8b44cbde0018a6eed835efdd53cbcbfba9e7e7
Change-Id: Ief04720cc62356e3b0efe3e1eba16e9d5723ab5a
1 file changed
tree: 1d9d09fd11cde24e72b4a00c48ae964faa555147
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.