Skip to content

Commit

Permalink
Disabled toHash in -betterC for now
Browse files Browse the repository at this point in the history
TypeInfo is part of DRuntime.
See: #5952
  • Loading branch information
wilzbach committed Dec 22, 2017
1 parent ad8e39d commit 24db3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/typecons.d
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,8 @@ if (distinctFieldNames!(Specs))
static assert(!__traits(compiles, b.slice!(2, 4)));
}

// Disabled in -betterC for now as TypeInfo isn't present
version(D_BetterC) {} else
/**
Creates a hash of this `Tuple`.
Expand Down

0 comments on commit 24db3a7

Please sign in to comment.