|
|
|
|
|
by nextaccountic
1024 days ago
|
|
> The burden is on the programmer to not associate these dummy arguments on a call with data that violate this requirement. What happens when the programmer pass aliasing a and b? Will it cause UB, like in C if you violate the restrict keyword? |
|