Skip to content

Commit

Permalink
Tentative fix for mysterious Issue 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicbz committed Jul 30, 2011
1 parent e9487c2 commit 7a5d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scid/common/traits.d
Expand Up @@ -17,7 +17,7 @@ import scid.common.meta;
import std.conv;

template isConvertible( S, T ) {
enum isConvertible = is( typeof(to!T(S)) );
enum isConvertible = is( typeof(to!T(S.init)) );
}

template isScalar( T ) {
Expand Down

0 comments on commit 7a5d011

Please sign in to comment.