Archived
1
0

use std::size_t

This commit is contained in:
Jeff Becker
2018-05-06 08:49:48 -04:00
parent 035d4f5406
commit 5f2aef5fd2

View File

@@ -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"