Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libstdc++: fix ostream operator<< usage in JsepTransportCollection
it.second in JsepTransportCollection::IsConsistent() is of type std::unique_ptr, which has no operator<< in libstdc++. Even if it would exist, it would just return the pointer value and not the content. Bug: chromium:957519 Change-Id: I17c75db47d63f42b33a551ee2b7afbf5c9a3cfde Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222401 Commit-Queue: Henrik Boström <[email protected]> Reviewed-by: Taylor Brandstetter <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Cr-Commit-Position: refs/heads/master@{#34289}
- Loading branch information