Skip to content

Commit

Permalink
[TEST ONLY] Enable preview=in by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Sep 5, 2020
1 parent 1e09d99 commit 527eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dmd/globals.d
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ extern (C++) struct Param
bool useTypeInfo = true; // generate runtime type information
bool useExceptions = true; // support exception handling
bool noSharedAccess; // read/write access to shared memory objects
bool previewIn; // `in` means `[ref] scope const`, accepts rvalues
bool previewIn = true; // `in` means `[ref] scope const`, accepts rvalues
bool betterC; // be a "better C" compiler; no dependency on D runtime
bool addMain; // add a default main() function
bool allInst; // generate code for all template instantiations
Expand Down

0 comments on commit 527eb70

Please sign in to comment.