[roll] Roll fuchsia [stdcompat] Avoid internal/*.h when unused in atomic.h

Conditionalize the #include of internal/*.h headers in
<lib/stdcompat/atomic.h> so they are avoided completely when they
aren't needed.  This both saves time spent parsing unused class
definitions and avoids deprecation warnings from using compiler
and/or libc++ modes for C++20 and later.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1281724
Original-Revision: 6b41789b96c8fe68d525ab73420c37fe6272c457
GitOrigin-RevId: 6e3697b264c597772cddb177ec3d9935263dfa37
Change-Id: Ia45a78e940f4c52a16b3ec53d1c1d38383293dc2
1 file changed
tree: 4b0544c2c27363cd40763235b8505dfc4ec6ca7f
  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.