mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 13:23:14 +01:00
Correcting LDC Specific C++11 Violation
This commit is contained in:
@@ -103,7 +103,7 @@ Global::Global()
|
||||
#if IN_LLVM
|
||||
version = "v2.062";
|
||||
ldc_version = "trunk";
|
||||
llvm_version = "LLVM "LDC_LLVM_VERSION_STRING;
|
||||
llvm_version = "LLVM " LDC_LLVM_VERSION_STRING;
|
||||
#endif
|
||||
|
||||
global.structalign = STRUCTALIGN_DEFAULT;
|
||||
|
||||
Reference in New Issue
Block a user