https://issues.dlang.org/show_bug.cgi?id=21806

Temtaime <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #3 from Temtaime <[email protected]> ---
A slice is taken from argument, it is not original ubyte[16].
If i create temp variable à-la 

auto tmp = arr[];
bar(tmp);

then correct overload is used

--

Reply via email to