[roll] Roll fuchsia [sdk][fidl_base] Fix deprecated header warning

The cstdbool hdeader is deprecated under c++17 and removed in c++20.
LLVM's libc++ has changed the way this is reported to make the
deprecation surface, which was typically hidden for system headers.

This patch just uses stdbool.h instead, which is still available.

Original-Bug: b/461869672
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1427636
Original-Revision: c2cb885bd6f2b6a03aacbcdc35c4826cc8b8970b
GitOrigin-RevId: 5fadfbe63fda57377b5bb42d5e5c857255e6bd2c
Change-Id: I6eb0b9b9d194cab7370335e4f78d658ed92f0d63
1 file changed
tree: 7de1323b9e43e217e2a8d17d69e3ecdaccc4f0bd
  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.