Skip to content
Commit 75d66506 authored by Milian Wolff's avatar Milian Wolff
Browse files

Modernize: prefer std::fill_n/copy_n/equal over memset/memcpy/memcmp

This way we don't need to pass the `sizeof()` repeatedly but can
just use the number of entries directly.
parent fbc84033
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment