mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
- Change: byte_t const (& data)[N] → byte_t (& data)[N] - Allows non-const byte arrays to be accepted by the constructor - Fixes defect discovered by TEST_F(BufferTest, ConstructorFromByteArray) - The const qualifier on array elements was too restrictive - Keep char const & c unchanged as it's correct for single char reference |
||
|---|---|---|
| .. | ||
| buffer.h | ||
| condition.h | ||
| def.h | ||
| export.h | ||
| ipc.h | ||
| mutex.h | ||
| pool_alloc.h | ||
| rw_lock.h | ||
| semaphore.h | ||
| shm.h | ||