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 b5f7bb0 commit e6259c3Copy full SHA for e6259c3
gen/irstate.h
@@ -250,7 +250,7 @@ struct IRState {
250
// Exception: ulong[]-typed hex strings (not null-terminated either).
251
llvm::GlobalVariable *getCachedStringLiteral(StringExp *se);
252
llvm::GlobalVariable *getCachedStringLiteral(llvm::StringRef s
253
-#if LDC_LLVM_VER >= 1600
+#if LDC_LLVM_VER >= 1700
254
,std::optional< unsigned > = std::nullopt
255
#endif
256
);
0 commit comments