DescriptionFix crashes in ElementsUploadDataStreamTest
standard lib reports:
error: attempt to insert with an iterator range
[__first, __last) from this container.
When compiling standard lib from gcc 4.9 with C++11, insert
cannot take the same vector as both source and destination.
BUG=None
Committed: https://crrev.com/190d3252e6a748150527da946eda704a6a30894d
Cr-Commit-Position: refs/heads/master@{#307699}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|