[roll] Roll fuchsia [stdcompat] Remove remainders from cpp17 in version tests

Every cpp17 symbol is an alias from std, there is no need to keep track
of the version, since we do not provide any feature depending on that
version.

Note: We still have version_test for string_view due to string_view::starts_with and string_view::ends_with polyfills. (Free functions that delegate to actual impl when available).

Original-Fixed: 376122226
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146204
Original-Revision: 906750a84ad90e0a61fe8a9e8f647ac081cbcaf6
GitOrigin-RevId: 48361da2dcdb7d1e83ffae270c3ac3b86114df39
Change-Id: I3ea257d2195a9085be312a41b34b11ffc7bf032c
1 file changed
tree: 6e0957d870962ffdc5d68125a5594e153bbaf804
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.