mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
The remaining nulls
This commit is contained in:
parent
41c3256faa
commit
0a47588d0b
80 changed files with 565 additions and 565 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
}
|
||||
|
||||
// True if the dictionary is ordered, false otherwise.
|
||||
bool IsOrdered() const { return order != 0; }
|
||||
bool IsOrdered() const { return order != nullptr; }
|
||||
|
||||
// If the dictionary is ordered then returns the n'th entry's value;
|
||||
// the second method also returns the key. The first entry inserted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue