We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373864b commit 75a4d43Copy full SHA for 75a4d43
deps/v8/src/base/macros.h
@@ -173,7 +173,7 @@ namespace base {
173
// base::is_trivially_copyable will differ for these cases.
174
template <typename T>
175
struct is_trivially_copyable {
176
-#if V8_CC_MSVC || (__GNUC__ == 12 && __GNUC_MINOR__ < 2)
+#if V8_CC_MSVC || (__GNUC__ == 12 && __GNUC_MINOR__ <= 2)
177
// Unfortunately, MSVC 2015 is broken in that std::is_trivially_copyable can
178
// be false even though it should be true according to the standard.
179
// (status at 2018-02-26, observed on the msvc waterfall bot).
0 commit comments