mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Merge cd8565a014
into 52204f78f9
This commit is contained in:
commit
6ae0a7b4cc
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class Queue {
|
|||
public:
|
||||
Queue();
|
||||
void Enqueue(const E& element);
|
||||
E* Dequeue(); // Returns NULL if the queue is empty.
|
||||
E* Dequeue(); // Returns nullptr if the queue is empty.
|
||||
size_t size() const;
|
||||
...
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue