mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
Robert Sesek
1f1a24cb51
Declare the random number generator lambda for std::random_shuffle as a local.
When not building against the C++11 library headers, the compiler cannot treat the lambda as lvalue. When building against the C++11 library headers, it is converted to an rvalue. BUG=chromium:542321 R=mark@chromium.org Review URL: https://codereview.chromium.org/1406733003 .
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%