DescriptionDeclare 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
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/1f1a24cb51444ee1c5fe9efb20bf870e84a9c620
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|