[roll] Roll fuchsia [stdcompat]: Add support for is_sorted.

Constexpr is_sorted is a requirement for boot options.
Since we will do the runtime switch to std, we follow the same pattern
as cpp20::is_sorted.
As a side note, added test that verify that the is_sorted behavior
matches the std::is_sorted at runtime.
This verifies that the is_sorted treats < operator, as a <= comparison,
that is:
!comp(a[i+1], a[i]) where comp is the property being checked.

Also updated check to verify that the iterator category is a child of
the required type.

Test: stdcompat-test, stdcompat-unit-test(host)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519507
Original-Revision: 8fea0f8f115e3a96525f45bd44370c3f01e0f881
GitOrigin-RevId: 3589d73602c0d1e2f1eec569a7e8bc45d83d5f73
Change-Id: Ieb7b8d1495e94490d732091388742224b323a819
1 file changed
tree: 61b199078a0b43c9bf1cdb33c45ffdad2d655ccd
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.