Skip to content
Commit 9406ede0 authored by Milian Wolff's avatar Milian Wolff
Browse files

Leverage zero-initialization for array allocations

As requested by Igor, use `new int[...]()` to zero-initialize the
allocation instead of using a separate `std::fill` for that purpose.
The end result is the same, even code-gen wise.
parent 7ccdfee3
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