forked from boostorg/beast
committed by
Vinnie Falco
parent
60e133ab4c
commit
871ebf1c1c
@@ -6,6 +6,7 @@ Version 83:
|
||||
* Turn some flat_static_buffer_tests on
|
||||
* Documentation work
|
||||
* read_some, async_read_some return bytes used
|
||||
* Fix private timer::clock_type
|
||||
|
||||
WebSocket
|
||||
|
||||
|
@@ -22,9 +22,11 @@ public:
|
||||
|
||||
class timer
|
||||
{
|
||||
public:
|
||||
using clock_type =
|
||||
std::chrono::system_clock;
|
||||
|
||||
private:
|
||||
clock_type::time_point when_;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user