mirror of
https://github.com/google/googletest.git
synced 2025-12-06 16:57:00 +08:00
Compare commits
2 Commits
3d3350a943
...
1cefd946a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cefd946a5 | ||
|
|
cd8565a014 |
@ -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…
x
Reference in New Issue
Block a user