[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.