Commit b8fc74d7 authored by Lioncash's avatar Lioncash
Browse files

k_address_arbiter: Remove unnecessary usages of std::addressof

This is a useful function in a generic context or with types that
overload unary operator&. However, primitives and pointers will never do
this, so we can opt for a more straightforward syntax.
parent 7b9c5888
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