mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 16:10:45 +03:00
Fix another break
This commit is contained in:
parent
80b80582ba
commit
82fef70135
1 changed files with 1 additions and 1 deletions
|
@ -9052,7 +9052,7 @@ unittest
|
|||
|
||||
// Compilation error if predicate is not static, i.e. a nested function
|
||||
static uint comp;
|
||||
static bool pred(uint a, uint b)
|
||||
static bool pred(size_t a, size_t b)
|
||||
{
|
||||
++comp;
|
||||
return a < b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue