mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Parenthesise all uses of min() and max()
This commit is contained in:
@ -297,7 +297,7 @@ private:
|
||||
|
||||
// Sleep indefinitely until we're given a new deadline.
|
||||
request_deadline_.expires_at(
|
||||
std::chrono::steady_clock::time_point::max());
|
||||
(std::chrono::steady_clock::time_point::max)());
|
||||
}
|
||||
|
||||
request_deadline_.async_wait(
|
||||
|
Reference in New Issue
Block a user