From 069e02ab47656b3efd1b6829c65856b2e1c2d1db Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Tue, 1 Mar 2016 08:58:05 -0800 Subject: deps: upgrade to V8 4.9.385.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick up the current branch head for V8 4.9 https://github.com/v8/v8/commit/1ecba0f PR-URL: https://github.com/nodejs/node/pull/4722 Reviewed-By: Ben Noordhuis Reviewed-By: Michaƫl Zasso --- deps/v8/include/v8config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'deps/v8/include/v8config.h') diff --git a/deps/v8/include/v8config.h b/deps/v8/include/v8config.h index c88e1da15e..d2be68561c 100644 --- a/deps/v8/include/v8config.h +++ b/deps/v8/include/v8config.h @@ -163,7 +163,6 @@ // // V8_HAS_CXX11_ALIGNAS - alignas specifier supported // V8_HAS_CXX11_ALIGNOF - alignof(type) operator supported -// V8_HAS_CXX11_STATIC_ASSERT - static_assert() supported // // Compiler-specific feature detection // @@ -230,7 +229,6 @@ # define V8_HAS_BUILTIN_UADD_OVERFLOW (__has_builtin(__builtin_uadd_overflow)) # define V8_HAS_CXX11_ALIGNAS (__has_feature(cxx_alignas)) -# define V8_HAS_CXX11_STATIC_ASSERT (__has_feature(cxx_static_assert)) #elif defined(__GNUC__) @@ -277,7 +275,6 @@ # if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L # define V8_HAS_CXX11_ALIGNAS (V8_GNUC_PREREQ(4, 8, 0)) # define V8_HAS_CXX11_ALIGNOF (V8_GNUC_PREREQ(4, 8, 0)) -# define V8_HAS_CXX11_STATIC_ASSERT (V8_GNUC_PREREQ(4, 3, 0)) # endif #endif -- cgit v1.2.3