木头云 8103c117f1 fix(buffer): remove redundant const qualifier in array constructor
- 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
2025-11-30 04:56:02 +00:00
..
buffer.h fix(buffer): remove redundant const qualifier in array constructor 2025-11-30 04:56:02 +00:00
condition.h Added a cleanup interface for the synchronization facilities 2024-11-17 17:39:03 +08:00
def.h Add a user interface with a custom name prefix. 2023-10-28 16:44:16 +08:00
export.h option(LIBIPC_BUILD_SHARED_LIBS 'Build shared libraries (DLLs).' OFF) 2021-07-10 13:50:46 +08:00
ipc.h Complete the implementation of the clean interface and add unit tests 2024-12-01 19:06:50 +08:00
mutex.h Added a cleanup interface for the synchronization facilities 2024-11-17 17:39:03 +08:00
pool_alloc.h Added a cleanup interface for shared memory handles 2024-11-17 17:35:29 +08:00
rw_lock.h Update rw_lock.h for #143 2025-04-20 13:58:42 +08:00
semaphore.h Added a cleanup interface for the synchronization facilities 2024-11-17 17:39:03 +08:00
shm.h Added a cleanup interface for shared memory handles 2024-11-17 17:35:29 +08:00