Store logging streams in a manually linked list instead of std::list
LogMessage::streams_ is a global and thus should have trivial destructor Bug: None Change-Id: Ie6a8029602f50b2bc5bab546ffc0365ef0954024 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/157042 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29552}
This commit is contained in:
committed by
Commit Bot
parent
82a3f0ad7f
commit
b9f69028a0
@ -8,6 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <numeric>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user