mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
update files
This commit is contained in:
parent
6c1c3afbc4
commit
148344b09b
Binary file not shown.
@ -84,7 +84,7 @@ struct pimpl {
|
||||
}
|
||||
|
||||
constexpr void clear() {
|
||||
clear_impl(static_cast<T*>(this));
|
||||
clear_impl(static_cast<T*>(const_cast<pimpl*>(this)));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
BIN
include/ipc.h
BIN
include/ipc.h
Binary file not shown.
BIN
performence.xlsx
BIN
performence.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user