[roll] Roll fuchsia [kernel][ktl] Move utility stuff wrongly put in other ktl headers

This is std::exchange and std::swap (previously in <ktl/algorithm.h)
and std::in_place* (previously in <ktl/variant.h>).

(In defense of std::swap, it was spec'ed as being available in
<algorithm> up until C++11.)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261585
Original-Revision: 55394c9cb86fb7c26cd09012ade53b66752d7bef
GitOrigin-RevId: ca329e0d41e0e354de01075f0ca809de4221b33a
Change-Id: I221ed479d0618ceb592bd8e9711ad8e44958fce6
1 file changed
tree: 16bbc86f308acaa980958f0712dd93929806f546
  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.