mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
More implicit array to bool
This commit is contained in:
parent
42c151df49
commit
1818d190b5
6 changed files with 14 additions and 11 deletions
|
@ -1165,7 +1165,7 @@ public:
|
|||
void popFront()
|
||||
{
|
||||
// Skip last of record when header is depleted.
|
||||
if(_popCount && _popCount.empty)
|
||||
if(_popCount.ptr && _popCount.empty)
|
||||
while(!recordEnd())
|
||||
{
|
||||
prime(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue