Skip to content

Commit a874629

Browse files
committed
fixup! stricter __cpp_constexpr check
1 parent a5e87ab commit a874629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ v8::Local<v8::String> OneByteString(v8::Isolate* isolate,
264264

265265
// Used to be a macro, hence the uppercase name.
266266
template <int N>
267-
#if __cpp_constexpr < 201304
267+
#if __cpp_constexpr < 201603
268268
inline v8::Local<v8::String> FIXED_ONE_BYTE_STRING(
269269
#else
270270
constexpr v8::Local<v8::String> FIXED_ONE_BYTE_STRING(

0 commit comments

Comments
 (0)