Skip to content
Snippets Groups Projects
Commit eab96f51 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Dodging VisualStudio's #define of max().

parent 6cf02eda
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class CompletionQueue {
// Returns false if the queue is ready for destruction, true if event
bool Next(void **tag, bool *ok) {
return (AsyncNext(tag,ok,
std::chrono::system_clock::time_point::max()) !=
(std::chrono::system_clock::time_point::max)()) !=
SHUTDOWN);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment