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 a5e87ab commit a874629Copy full SHA for a874629
src/util.h
@@ -264,7 +264,7 @@ v8::Local<v8::String> OneByteString(v8::Isolate* isolate,
264
265
// Used to be a macro, hence the uppercase name.
266
template <int N>
267
-#if __cpp_constexpr < 201304
+#if __cpp_constexpr < 201603
268
inline v8::Local<v8::String> FIXED_ONE_BYTE_STRING(
269
#else
270
constexpr v8::Local<v8::String> FIXED_ONE_BYTE_STRING(
0 commit comments