Basic example of "std.process.pipe" not working. Error: template instance `std.functional.pipe!()` error instantiating

bachmeier no at spam.net
Mon Oct 16 17:50:50 UTC 2023


On Monday, 16 October 2023 at 17:33:23 UTC, Adam D Ruppe wrote:
> On Monday, 16 October 2023 at 17:23:10 UTC, BoQsc wrote:
>> import std;
>
> When you do this, you get ALL things that match a name from the 
> whole stdlib. pipe is used in a couple places.

It would be nice if the error message included this information 
(at a generic level, not specific to this case). If there's no 
matching function and you've done import.std, it should tell the 
user to check for that type of conflict.


More information about the Digitalmars-d mailing list