Status: New Owner: ----New issue 2300 by [email protected]: Compile v8.cc under C++11 mode using MinGW-w64 4.7.1
http://code.google.com/p/v8/issues/detail?id=2300
Compile v8.cc under C++11 mode using MinGW-w64 4.7.1error: 'random' was not declared in this scopeWIN32 is not defined on C++11 mode, but _WIN32 is defined.Simply change WIN32 to _WIN32 is enough
See:https://codereview.qt-project.org/#change,33065 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
