Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2

Dukc ajieskola at gmail.com
Fri Jan 29 11:54:44 UTC 2021


On Friday, 29 January 2021 at 08:57:13 UTC, Walter Bright wrote:
> Even if it becomes part of Phobos, overloading C functions 
> imported from external C libraries in general makes me 
> uncomfortable, because it hides the fact that the C function 
> isn't being called. I never liked C macros like:
>
>     #define printf(...) printf("abc" ...)
>
> for the same reason.

In that case we can just pick a different for the mapper 
function. `printI` for example.


More information about the Digitalmars-d mailing list