Dodging VisualStudio's #define of max().

pull/1095/head
Nicolas "Pixel" Noble 10 years ago
parent 6cf02edae1
commit eab96f51fb
  1. 2
      include/grpc++/completion_queue.h

@ -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);
}

Loading…
Cancel
Save