Commit 465175cd authored by Lioncash's avatar Lioncash
Browse files

ips_layer: Avoid constructing std::vector instances where not necessary

We can just compare the existing std::vector instance with a constexpr
std::array containing the desired match. This is lighter resource-wise,
as we don't need to allocate on the heap.
parent 9ff743bc
Supports Markdown
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