1
0
forked from mirrors/0ad
Files
0ad/source
trompetin17 6b9652050c Use std::copy_n in VorbisBufferAdapter::Read
Replaces a raw memcpy call with std::copy_n in VorbisBufferAdapter::Read
for improved type safety and readability. This ensures cleaner buffer
copying using standard C++ algorithms, avoiding manual pointer
arithmetic on void*.

The change is functionally equivalent but aligns better with modern
C++17 practices.
2025-06-20 09:04:09 -05:00
..
2025-06-19 19:05:56 +02:00
2025-06-19 19:05:56 +02:00
2025-06-20 09:01:19 +02:00
2025-06-20 09:01:19 +02:00
2025-06-19 19:05:56 +02:00
2025-04-25 19:15:57 +02:00