mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
Fixed unittest hang. I thought I'd already checked in this change, but I guess not.
This commit is contained in:
parent
be63564a50
commit
b8d0976c69
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ private
|
|||
}
|
||||
else static if( Args.length == 1 && isTuple!(Args) )
|
||||
{
|
||||
if( data.convertsTo!(Wrap) )
|
||||
if( data.convertsTo!(Args) )
|
||||
{
|
||||
static if( is( ReturnType!(t) == bool ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue