mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
compile error
This commit is contained in:
parent
5c9a8e0311
commit
2650ff0b0b
@ -123,7 +123,7 @@ static void clear_recv(ipc::handle_t h) {
|
||||
if (head == nullptr) {
|
||||
return;
|
||||
}
|
||||
std::memset(head, 0, sizeof(queue_t::elems_t));
|
||||
std::memset(head, 0, sizeof(typename queue_t::elems_t));
|
||||
}
|
||||
|
||||
static void clear_recv(char const * name) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user