[roll] Roll fuchsia [fidl][cpp] Emit operator<<(std::ostream, T) overload in T's namespace

This seems to fix a few cases of operator<< look up failures in actual
usage. Unfortunately I don't know why they happen. By generating the
operator<< function in T's namespace, we will make use of the C++
argument dependent lookup feature.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/729431
Original-Revision: 82321a3712270107db01c09f67ef708f7b404ef3
GitOrigin-RevId: c29f15f68cd21646b9986d02a9b98bebecbcb174
Change-Id: I7d70315eec90ab7cd6f2b7592b471a47031f90eb
1 file changed
tree: 19af5e2d717cbabf2176e54d6cfa4bc2a19d0fdb
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 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.