Skip to content

Commit

Permalink
Update parallelism.d
Browse files Browse the repository at this point in the history
  • Loading branch information
monarchdodra committed Mar 13, 2014
1 parent 6cc8aad commit fd4626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/parallelism.d
Expand Up @@ -207,7 +207,7 @@ private bool atomicCasUbyte(ref ubyte stuff, ubyte testVal, ubyte newVal)
/*--------------------- Generic helper functions, etc.------------------------*/
private template MapType(R, functions...)
{
static assert(functions.length)
static assert(functions.length);

ElementType!R e = void;
alias MapType =
Expand Down

0 comments on commit fd4626c

Please sign in to comment.