use std::size_t
This commit is contained in:
parent
035d4f5406
commit
5f2aef5fd2
@ -1,7 +1,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <cstdint>
|
||||
|
||||
constexpr size_t ev_buffsz = 512;
|
||||
constexpr std::size_t ev_buffsz = 512;
|
||||
|
||||
#ifdef __linux__
|
||||
#include "epoll.hpp"
|
||||
|
Reference in New Issue
Block a user